summaryrefslogtreecommitdiffstats
path: root/roles/waybar
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-14 17:19:52 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-14 23:10:40 +0100
commit7986ef492d2ea651730bc0d1324e39f3d56276e5 (patch)
tree230f67a3b748ec910a5c63f6fe6144b4119ae59d /roles/waybar
parentd731dc2d239738d280cda773f7b607ad3738f864 (diff)
Remove color related configurations
This favors hyprtheme based setup with fallback to default colors
Diffstat (limited to 'roles/waybar')
-rw-r--r--roles/waybar/templates/waybar/style.css.j27
1 files changed, 2 insertions, 5 deletions
diff --git a/roles/waybar/templates/waybar/style.css.j2 b/roles/waybar/templates/waybar/style.css.j2
index ae633e91..48774e6f 100644
--- a/roles/waybar/templates/waybar/style.css.j2
+++ b/roles/waybar/templates/waybar/style.css.j2
@@ -1,8 +1,5 @@
/* vim: set filetype=css : */
-@define-color activeColor rgb(64, 208, 255);
-@define-color inactiveColor rgb(124, 124, 124);
-@define-color background rgb(0, 0, 0);
-@define-color foreground rgb(124, 124, 124);
+@import "{{ ansible_user_dir }}/.config/hyprthemes/current/waybar.css";
* {
font-family: 'JetBrainsMono Nerd Font';
@@ -94,7 +91,7 @@ tooltip {
#backlight:hover,
#pulseaudio:hover,
#wireplumber:hover {
- color: #FFFFFF;
+ color: @activeColor;
}
#battery.charging, #battery.plugged, #battery.full {