aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-10-19 18:20:01 +0530
committerkrolxon <krolyxon@tutanota.com>2025-10-19 18:20:01 +0530
commit9b32623b0b0d4af029fba1616fbc735e06f32fd7 (patch)
tree3d87f298dd13345b861167ee736e6be612b70efb /.config/waybar/style.css
parent67a05259ca7353247ab5a8a7b53402871ae41f0a (diff)
waybar: change highlight color of workspace icons
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css4
1 files 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; */
}