Adjust styles of buttons in Waybar
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
1f2793c77e
commit
cba3aa1302
1 changed files with 22 additions and 16 deletions
|
@ -21,29 +21,35 @@
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray:hover,
|
button {
|
||||||
#network:hover,
|
background-image: none;
|
||||||
#pulseaudio:hover,
|
|
||||||
#clock:hover,
|
|
||||||
#battery:hover,
|
|
||||||
#custom-update:hover,
|
|
||||||
#custom-power:hover {
|
|
||||||
background-color: #A4A0AC;
|
|
||||||
color: #18161d;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
background-color: #18161d;
|
background-color: #18161d;
|
||||||
color: #A4A0AC;
|
color: #A4A0AC;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
button,
|
||||||
background-color: #A4A0AC;
|
button:active,
|
||||||
color: #18161d;
|
button:hover {
|
||||||
|
box-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
background-image: none;
|
||||||
|
font-weight: normal;
|
||||||
|
box-shadow: none;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
text-shadow: none;
|
||||||
|
-gtk-icon-effect: none;
|
||||||
|
transition: background-color 0.1s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused.current_output {
|
button:active,
|
||||||
|
button:hover {
|
||||||
|
background-color: #A4A0AC;
|
||||||
|
color: #18161d;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
button.focused.current_output {
|
||||||
background-color: #A4A0AC;
|
background-color: #A4A0AC;
|
||||||
color: #18161d;
|
color: #18161d;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue