waybar: change highlight color of workspace icons
This commit is contained in:
parent
67a05259ca
commit
9b32623b0b
|
|
@ -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; */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue