2026-08-03 13:45:51 +03:00

131 lines
1.9 KiB
CSS

* {
border: none;
border-radius: 0;
font-family: "JetBrainsMono Nerd Font", "Font Awesome 6 Free", sans-serif;
font-size: 14px;
min-height: 0;
background: transparent;
}
window#waybar {
background: rgba(0, 0, 0, 0.8);
color: #ffffff;
transition-property: background-color;
transition-duration: .5s;
}
#workspaces button {
padding: 0 10px;
color: #ffffff;
background: transparent;
border-bottom: 2px solid transparent;
}
#workspaces button.focused {
color: #ffffff;
background: rgba(255, 255, 255, 0.1);
border-bottom: 2px solid #ffffff;
}
#workspaces button.urgent {
background-color: #eb4d4b;
}
#custom-wireless,
#custom-diskroot,
#custom-diskhome,
#memory,
#cpu,
#custom-cpu_temp,
#custom-bluetooth,
#custom-volume,
#custom-pomodoro,
#custom-language,
#custom-userhost,
#custom-battery,
#clock {
padding: 0 6px;
margin: 0 1px;
}
#custom-wireless {
color: #64B5F6;
}
#custom-volume {
color: #81C784;
}
#custom-battery {
color: #FFD54F;
}
#custom-battery.warning {
color: #FF8A65;
}
#custom-battery.critical {
color: #E57373;
}
#cpu {
color: #A5D6A7;
}
#custom-cpu_temp {
color: #FFAB91;
}
#memory {
color: #90CAF9;
}
#custom-pomodoro {
color: #F48FB1;
}
#custom-language {
color: #CE93D8;
}
#custom-userhost {
color: #80DEEA;
}
#clock {
color: #E0E0E0;
}
#custom-diskroot,
#custom-diskhome {
color: #B39DDB;
}
#custom-bluetooth {
color: #4FC3F7;
}
menu {
border-radius: 5px;
background: #161320;
color: #B5E8E0;
}
menuitem {
border-radius: 5px;
}
#custom-power {
padding: 0 10px;
color: #ffffff;
background: #2980b9;
border-bottom: 2px solid transparent;
font-size: 22px;
transition-duration: .3s;
border-radius: 3px;
}
#custom-power:hover {
box-shadow: inset 0 +1px #ffffff;
background: #2d9be3;
}