49 lines
750 B
CSS
49 lines
750 B
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
font-family: "Iosevka Nerd Font", sans-serif;
|
|
font-size: 14px;
|
|
min-height: 0;
|
|
}
|
|
|
|
#waybar {
|
|
background-color: #18161d;
|
|
color: #A4A0AC;
|
|
}
|
|
|
|
#tray,
|
|
#network,
|
|
#pulseaudio,
|
|
#clock,
|
|
#battery,
|
|
#custom-update,
|
|
#custom-power {
|
|
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 {
|
|
background-color: #18161d;
|
|
color: #A4A0AC;
|
|
padding: 0;
|
|
}
|
|
|
|
#workspaces button:hover {
|
|
background-color: #A4A0AC;
|
|
color: #18161d;
|
|
}
|
|
|
|
#workspaces button.focused.current_output {
|
|
background-color: #A4A0AC;
|
|
color: #18161d;
|
|
}
|