diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-15 14:50:00 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-15 14:50:00 +0100 |
| commit | 99a4507fb0186f490ba6a4d35371f5fba5445b2d (patch) | |
| tree | 4fd1066a70f4bd495cb8db16097e740879ee44f9 /roles/hyprtheme/tasks/main.yml | |
| parent | 8324dd804034d03905b765d37a43bda3f433a378 (diff) | |
Add more themes (based on omarchy themes) with minor modifications
Diffstat (limited to 'roles/hyprtheme/tasks/main.yml')
| -rw-r--r-- | roles/hyprtheme/tasks/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/hyprtheme/tasks/main.yml b/roles/hyprtheme/tasks/main.yml index 5aa41bc7..cf1c4e35 100644 --- a/roles/hyprtheme/tasks/main.yml +++ b/roles/hyprtheme/tasks/main.yml @@ -4,6 +4,11 @@ hyprtheme_themes: - "catppuccin" - "everforest" + - "gruvbox" + - "matte-black" + - "osaka-jade" + - "ristretto" + - "tokyo-night" - name: "Create current theme directory" ansible.builtin.file: |
