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 {
|
#workspaces button:hover {
|
||||||
/* transition-duration: .3s; */
|
/* transition-duration: .3s; */
|
||||||
color: @background;
|
color: @background;
|
||||||
background-color: @color7;
|
background-color: @color14;
|
||||||
box-shadow: inset 0 -1px @foreground;
|
box-shadow: inset 0 -1px @foreground;
|
||||||
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
||||||
text-shadow: inherit;
|
text-shadow: inherit;
|
||||||
|
|
@ -96,7 +96,7 @@ window#waybar.hidden {
|
||||||
#workspaces button.visible {
|
#workspaces button.visible {
|
||||||
/* background-color: #4c566a; */
|
/* background-color: #4c566a; */
|
||||||
color: @color0;
|
color: @color0;
|
||||||
background-color: @color7;
|
background-color: @color14;
|
||||||
/* box-shadow: inset 0 -4px #eceff4; */
|
/* box-shadow: inset 0 -4px #eceff4; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue