170 lines
2.6 KiB
CSS
170 lines
2.6 KiB
CSS
* {
|
|
border: none;
|
|
border-radius: 10px;
|
|
font-family: "Ubuntu", "SauceCodePro Nerd Font", "SauceCodePro Nerd Font Mono", "Symbols Nerd Font Mono", "Symbols Nerd Font", "Font Awesome 7 Free", sans-serif;
|
|
font-size: 14px;
|
|
min-height: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
background: #2e3440;
|
|
color: #eceff4;
|
|
border-bottom: 2px solid #5e81ac;
|
|
}
|
|
|
|
tooltip {
|
|
background: #3b4252;
|
|
color: #eceff4;
|
|
border: 1px solid #4c566a;
|
|
}
|
|
|
|
#workspaces {
|
|
background: #3b4252;
|
|
padding: 2px 6px;
|
|
margin: 4px 3px;
|
|
border: 1px solid #4c566a;
|
|
}
|
|
|
|
#workspaces button {
|
|
color: #d8dee9;
|
|
background: transparent;
|
|
padding: 2px 10px;
|
|
margin: 0 2px;
|
|
}
|
|
|
|
#workspaces button:hover {
|
|
background: #434c5e;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
color: #2e3440;
|
|
background: #88c0d0;
|
|
}
|
|
|
|
#workspaces button.urgent {
|
|
color: #eceff4;
|
|
background: #bf616a;
|
|
}
|
|
|
|
#window,
|
|
#custom-spotify,
|
|
#custom-weather,
|
|
#clock,
|
|
#custom-screenshot,
|
|
#idle_inhibitor,
|
|
#pulseaudio,
|
|
#network,
|
|
#cpu,
|
|
#memory,
|
|
#tray,
|
|
#custom-mount-data,
|
|
#custom-mount-usb1 {
|
|
background: #3b4252;
|
|
color: #e5e9f0;
|
|
padding: 0 10px;
|
|
margin: 4px 3px;
|
|
border: 1px solid #4c566a;
|
|
}
|
|
|
|
#clock {
|
|
background: #34425a;
|
|
color: #eceff4;
|
|
border-color: #81a1c1;
|
|
}
|
|
|
|
#custom-spotify {
|
|
background: #3a4a3f;
|
|
color: #eceff4;
|
|
font-weight: 600;
|
|
border-color: #a3be8c;
|
|
}
|
|
|
|
#custom-spotify.paused {
|
|
background: #5b4f3b;
|
|
color: #eceff4;
|
|
border-color: #d08770;
|
|
}
|
|
|
|
#custom-spotify.stopped,
|
|
#custom-spotify.idle {
|
|
background: #4c566a;
|
|
color: #d8dee9;
|
|
border-color: #616e88;
|
|
}
|
|
|
|
#custom-weather {
|
|
background: #34504f;
|
|
color: #eceff4;
|
|
font-weight: 600;
|
|
border-color: #88c0d0;
|
|
}
|
|
|
|
#custom-screenshot {
|
|
background: #34425a;
|
|
color: #eceff4;
|
|
font-weight: 700;
|
|
border-color: #88c0d0;
|
|
}
|
|
|
|
#cpu,
|
|
#memory {
|
|
background: #384b5e;
|
|
color: #eceff4;
|
|
border-color: #5e81ac;
|
|
}
|
|
|
|
#network {
|
|
background: #2f4f5a;
|
|
color: #eceff4;
|
|
border-color: #81a1c1;
|
|
}
|
|
|
|
#network.disconnected {
|
|
color: #eceff4;
|
|
background: #5a3942;
|
|
border-color: #d08770;
|
|
}
|
|
|
|
#pulseaudio {
|
|
background: #4b4256;
|
|
color: #eceff4;
|
|
border-color: #b48ead;
|
|
}
|
|
|
|
#pulseaudio.muted {
|
|
color: #eceff4;
|
|
background: #5a433f;
|
|
border-color: #d08770;
|
|
}
|
|
|
|
#idle_inhibitor.activated {
|
|
color: #eceff4;
|
|
background: #3a4a3f;
|
|
border-color: #a3be8c;
|
|
}
|
|
|
|
#idle_inhibitor.deactivated {
|
|
color: #eceff4;
|
|
background: #34425a;
|
|
border-color: #81a1c1;
|
|
}
|
|
|
|
#custom-mount-data,
|
|
#custom-mount-usb1 {
|
|
font-weight: 600;
|
|
}
|
|
|
|
#custom-mount-data.mounted,
|
|
#custom-mount-usb1.mounted {
|
|
color: #eceff4;
|
|
background: #3a4a3f;
|
|
border-color: #a3be8c;
|
|
}
|
|
|
|
#custom-mount-data.unmounted,
|
|
#custom-mount-usb1.unmounted {
|
|
color: #eceff4;
|
|
background: #5a3942;
|
|
border-color: #d08770;
|
|
}
|