34 lines
577 B
CSS
34 lines
577 B
CSS
* {
|
|
border: none;
|
|
font-family: "Font Awesome 5 Free", sans-serif;
|
|
font-size: 13px;
|
|
}
|
|
|
|
window#waybar {
|
|
background: rgba(43, 48, 59, 0.8);
|
|
color: white;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0 5px;
|
|
background: transparent;
|
|
color: white;
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
background: #64727D;
|
|
}
|
|
|
|
#custom-spotify, #clock, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio {
|
|
padding: 0 10px;
|
|
border-right: 1px solid #b7bbb7;
|
|
}
|
|
|
|
#idle_inhibitor, #tray, #custom-vpn {
|
|
min-width: 25px;
|
|
}
|
|
|
|
#tray {
|
|
margin-left: 5px;
|
|
}
|