From 9b32623b0b0d4af029fba1616fbc735e06f32fd7 Mon Sep 17 00:00:00 2001 From: krolxon Date: Sun, 19 Oct 2025 18:20:01 +0530 Subject: [PATCH] waybar: change highlight color of workspace icons --- .config/waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 7a5032a..71752b5 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -78,7 +78,7 @@ window#waybar.hidden { #workspaces button:hover { /* transition-duration: .3s; */ color: @background; - background-color: @color7; + background-color: @color14; box-shadow: inset 0 -1px @foreground; /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ text-shadow: inherit; @@ -96,7 +96,7 @@ window#waybar.hidden { #workspaces button.visible { /* background-color: #4c566a; */ color: @color0; - background-color: @color7; + background-color: @color14; /* box-shadow: inset 0 -4px #eceff4; */ }