46 lines
884 B
CSS
Executable File
46 lines
884 B
CSS
Executable File
@import "colors.css";
|
|
|
|
* {
|
|
border: none;
|
|
border-radius: 5px;
|
|
font-family: monospace;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
min-height: 0px;
|
|
color: @text;
|
|
}
|
|
|
|
#waybar {
|
|
background: @surface0;
|
|
}
|
|
|
|
#clock, #battery, #pulseaudio, #network, #tray, #cpu, #memory, #backlight, #workspaces, #window, #custom-playerctl, #custom-language, #custom-spotify, #custom-updates, #custom-caffeine, #custom-wl-gammarelay-brightness, #custom-wl-gammarelay-temperature, #custom-menu, #custom-power {
|
|
background: @surface1;
|
|
margin: 7px 0px 7px 5px;
|
|
padding: 0px 10px;
|
|
}
|
|
|
|
#custom-power {
|
|
font-weight: normal;
|
|
font-size: 18px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 2px;
|
|
margin: 3px;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
background: @overlay0;
|
|
}
|
|
|
|
#workspaces button:hover {
|
|
background: @overlay2;
|
|
}
|
|
|
|
tooltip {
|
|
background: @surface0;
|
|
border: solid 2px @surface1;
|
|
}
|