39 lines
749 B
CSS
39 lines
749 B
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
min-height: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
background: @theme_bg_color;
|
|
color: @theme_fg_color;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0 10px;
|
|
/* background: transparent; */
|
|
/* color: @theme_fg_color; */
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
/* background: @theme_bg_color; */
|
|
border-bottom: 3px solid @theme_fg_color;
|
|
/* color: @theme_fg_color; */
|
|
}
|
|
|
|
#workspaces button.urgent {
|
|
/* background: @theme_fg_color; */
|
|
/* color: @theme_selected_bg_color; */
|
|
}
|
|
|
|
#mode {
|
|
margin: 0 4px;
|
|
padding: 0 4px;
|
|
/* background: @theme_fg_color; */
|
|
/* color: @unfocused_borders; */
|
|
}
|
|
|
|
#pulseaudio, #network, #cpu, #memory, #disk, #temperature, #battery, #language, #clock, #tray {
|
|
margin: 0 4px;
|
|
padding: 0 2px;
|
|
}
|