30 lines
409 B
CSS
30 lines
409 B
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
font-family: Noto Sans, Roboto, Helvetica, Arial, sans-serif;
|
|
font-size: 13px;
|
|
min-height: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
color: white;
|
|
}
|
|
|
|
#clock,
|
|
#cpu,
|
|
#battery,
|
|
#idle_inhibitor,
|
|
#memory,
|
|
#mode,
|
|
#network,
|
|
#tray,
|
|
#window,
|
|
#workspaces button {
|
|
margin: 5px;
|
|
padding: 5px 0;
|
|
}
|
|
|
|
#workspaces button.focused, #mode, #network.linked, #idle_inhibitor.activated {
|
|
color: #33ffaa;
|
|
}
|