From 5bb4cb6d7138fcac012305b50f52ffd53f9bd2c2 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 14 Jan 2026 23:12:28 +0100 Subject: Add hyprtheme (based on omarchy themes) role with 2 themes --- roles/hyprtheme/templates/theme/waybar.css.j2 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roles/hyprtheme/templates/theme/waybar.css.j2 (limited to 'roles/hyprtheme/templates/theme/waybar.css.j2') diff --git a/roles/hyprtheme/templates/theme/waybar.css.j2 b/roles/hyprtheme/templates/theme/waybar.css.j2 new file mode 100644 index 00000000..a8b00988 --- /dev/null +++ b/roles/hyprtheme/templates/theme/waybar.css.j2 @@ -0,0 +1,4 @@ +@define-color activeColor {{ accent }}; +@define-color inactiveColor {{ color0 }}; +@define-color background {{ background }}; +@define-color foreground {{ foreground }}; -- cgit v1.2.3