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;
|
||||
}
|
||||
|
||||
#tray:hover,
|
||||
#network:hover,
|
||||
#pulseaudio:hover,
|
||||
#clock:hover,
|
||||
#battery:hover,
|
||||
#custom-update:hover,
|
||||
#custom-power:hover {
|
||||
background-color: #A4A0AC;
|
||||
color: #18161d;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
button {
|
||||
background-image: none;
|
||||
background-color: #18161d;
|
||||
color: #A4A0AC;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background-color: #A4A0AC;
|
||||
color: #18161d;
|
||||
button,
|
||||
button:active,
|
||||
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;
|
||||
color: #18161d;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue