44 lines
667 B
CSS
44 lines
667 B
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
font-family: "Ubuntu Nerd Font";
|
|
font-size: 13px;
|
|
min-height: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
background: transparent;
|
|
color: white;
|
|
}
|
|
|
|
#window {
|
|
font-weight: bold;
|
|
font-family: "Ubuntu";
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0 5px;
|
|
background: transparent;
|
|
color: white;
|
|
border-top: 2px solid transparent;
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
color: #BD93F9;
|
|
border-top: 2px solid #BD93F9;
|
|
}
|
|
|
|
#mode {
|
|
background: #64727D;
|
|
border-bottom: 3px solid white;
|
|
}
|
|
|
|
#clock, #cpu, #memory, #language, #tray, #mode {
|
|
padding: 0 3px;
|
|
margin: 0 2px;
|
|
}
|
|
|
|
#clock {
|
|
font-weight: bold;
|
|
}
|