diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-27 03:12:34 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-27 03:55:07 +0100 |
| commit | 3331d092f1010992c008ca53b690b6fb28fbaa51 (patch) | |
| tree | e4b6c55294ebd4ee2bc022ff8fa4aa7dc37df09d /roles/hyprtheme | |
| parent | 9efaf427fe66a962015425a1c3de0f629ac7c527 (diff) | |
Remove unused icon_theme setup
This was carried over from omarchy inspired setup, but never managed to
get around installing icon-themes and found the idea of icon themes not
to be intriguing to bloat the setup
Diffstat (limited to 'roles/hyprtheme')
| -rw-r--r-- | roles/hyprtheme/tasks/template-theme.yml | 1 | ||||
| -rw-r--r-- | roles/hyprtheme/templates/theme/icons.theme.j2 | 1 | ||||
| -rw-r--r-- | roles/hyprtheme/vars/catppuccin.yml | 2 | ||||
| -rw-r--r-- | roles/hyprtheme/vars/everforest.yml | 2 | ||||
| -rw-r--r-- | roles/hyprtheme/vars/gruvbox.yml | 2 | ||||
| -rw-r--r-- | roles/hyprtheme/vars/matte-black.yml | 2 | ||||
| -rw-r--r-- | roles/hyprtheme/vars/osaka-jade.yml | 2 | ||||
| -rw-r--r-- | roles/hyprtheme/vars/ristretto.yml | 2 | ||||
| -rw-r--r-- | roles/hyprtheme/vars/tokyo-night.yml | 2 |
9 files changed, 0 insertions, 16 deletions
diff --git a/roles/hyprtheme/tasks/template-theme.yml b/roles/hyprtheme/tasks/template-theme.yml index 5d04266b..461ee503 100644 --- a/roles/hyprtheme/tasks/template-theme.yml +++ b/roles/hyprtheme/tasks/template-theme.yml @@ -9,7 +9,6 @@ - "btop.theme" - "hyprland.conf" - "hyprlock.conf" - - "icons.theme" - "waybar.css" - "clipse.json" - "tofi.config" diff --git a/roles/hyprtheme/templates/theme/icons.theme.j2 b/roles/hyprtheme/templates/theme/icons.theme.j2 deleted file mode 100644 index 6ca35abd..00000000 --- a/roles/hyprtheme/templates/theme/icons.theme.j2 +++ /dev/null @@ -1 +0,0 @@ -{{ icons_theme }} diff --git a/roles/hyprtheme/vars/catppuccin.yml b/roles/hyprtheme/vars/catppuccin.yml index c68b62dd..3318348a 100644 --- a/roles/hyprtheme/vars/catppuccin.yml +++ b/roles/hyprtheme/vars/catppuccin.yml @@ -22,5 +22,3 @@ color12: "#89b4fa" color13: "#f5c2e7" color14: "#94e2d5" color15: "#a6adc8" - -icons_theme: "Yaru-purple" diff --git a/roles/hyprtheme/vars/everforest.yml b/roles/hyprtheme/vars/everforest.yml index 00d19940..94613efd 100644 --- a/roles/hyprtheme/vars/everforest.yml +++ b/roles/hyprtheme/vars/everforest.yml @@ -24,5 +24,3 @@ color12: "#7fbbb3" color13: "#d699b6" color14: "#83c092" color15: "#d3c6aa" - -icons_theme: "Yaru-sage" diff --git a/roles/hyprtheme/vars/gruvbox.yml b/roles/hyprtheme/vars/gruvbox.yml index 35b3360f..dd8aa991 100644 --- a/roles/hyprtheme/vars/gruvbox.yml +++ b/roles/hyprtheme/vars/gruvbox.yml @@ -22,5 +22,3 @@ color12: "#7daea3" color13: "#d3869b" color14: "#89b482" color15: "#d4be98" - -icons_theme: "Yaru-olive" diff --git a/roles/hyprtheme/vars/matte-black.yml b/roles/hyprtheme/vars/matte-black.yml index d6e806f3..c389e0df 100644 --- a/roles/hyprtheme/vars/matte-black.yml +++ b/roles/hyprtheme/vars/matte-black.yml @@ -22,5 +22,3 @@ color12: "#f59e0b" color13: "#B91C1C" color14: "#eaeaea" color15: "#ffffff" - -icons_theme: "Yaru-red" diff --git a/roles/hyprtheme/vars/osaka-jade.yml b/roles/hyprtheme/vars/osaka-jade.yml index afecbdf4..ebd62028 100644 --- a/roles/hyprtheme/vars/osaka-jade.yml +++ b/roles/hyprtheme/vars/osaka-jade.yml @@ -22,5 +22,3 @@ color12: "#ACD4CF" color13: "#75bbb3" color14: "#8CD3CB" color15: "#9eebb3" - -icons_theme: "Yaru-sage" diff --git a/roles/hyprtheme/vars/ristretto.yml b/roles/hyprtheme/vars/ristretto.yml index 2a442918..e22a6a0d 100644 --- a/roles/hyprtheme/vars/ristretto.yml +++ b/roles/hyprtheme/vars/ristretto.yml @@ -22,5 +22,3 @@ color12: "#f8a788" color13: "#bebffd" color14: "#9bf1e1" color15: "#f1e5e7" - -icons_theme: "Yaru-yellow" diff --git a/roles/hyprtheme/vars/tokyo-night.yml b/roles/hyprtheme/vars/tokyo-night.yml index 4ba61ba7..2d588589 100644 --- a/roles/hyprtheme/vars/tokyo-night.yml +++ b/roles/hyprtheme/vars/tokyo-night.yml @@ -22,5 +22,3 @@ color12: "#7da6ff" color13: "#bb9af7" color14: "#0db9d7" color15: "#acb0d0" - -icons_theme: "Yaru-magenta" |
