waybar: change highlight color of workspace icons

This commit is contained in:
krolxon 2025-10-19 18:20:01 +05:30
parent 67a05259ca
commit 9b32623b0b
1 changed files with 2 additions and 2 deletions

View File

@ -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; */
}