Files
nixos-conf/home/packages/waybar/waybar.css

165 lines
2.6 KiB
CSS

* {
font-family: "Hack Nerd Font Mono";
font-size: 13px;
}
window#waybar {
color: #d3c6aa;
background-color: #2b3339;
transition-property: background-color;
transition-duration: .5s;
}
window#waybar.hidden {
opacity: 0.2;
}
.modules-left,
.modules-center,
.modules-right {
border: 3px solid #7fbbb3;
border-radius: 4px;
padding: 0 5px;
}
#custom-weather {
/* border-bottom: #a7c080; */
}
button {
box-shadow: inset 0 -3px transparent;
border: 1px #000000 solid;
border-radius: 0;
color: #d3c6aa;
}
button:hover {
background: inherit;
box-shadow: inset 0 -3px #7fbbb3;
opacity: 0.8;
}
#workspaces button,
#tags button {
padding: 0 5px;
background-color: transparent;
border: 2px solid #d3c6aa;
margin: 3px;
}
#workspaces button.active,
#tags button.occupied {
background: #d3c6aa;
border: 1px solid #2b3339;
color: #2b3339;
}
#workspaces button.focused,
#tags button.focused {
background-color: #7fbbb3;
color: #2b3339;
border: 1px solid #2b3339;
/* border-bottom: 3px solid #2b3339; */
}
#tags button.urgent {
background-color: #e67e80;
}
#backlight,
#battery,
#clock,
#cpu,
#memory,
#mode,
#network,
#pulseaudio,
#temperature,
#tray,
#power-profiles-daemon {
padding: 0 8px;
color: #d3c6aa;
}
#window,
#workspaces {
margin: 0 8px;
}
#backlight {
background-color: transparent;
/* border-bottom: 3px solid #7fbbb3; */
}
#battery {
background-color: transparent;
border-right: 3px solid #7fbbb3;
font-size: 18px;
}
#battery.critical.discharging {
background-color: #e67e80;
/* animation: blink 5s infinite; */
}
#battery.warning.discharging {
background-color: #dbbc7f;
/* animation: blink 10s infinite; */
}
/* @keyframes blink { */
/* to { */
/* background-color: transparent; */
/* } */
/* } */
#clock {
background-color: transparent;
/* border-bottom: 3px solid #a7c080; */
}
#cpu {
background-color: transparent;
border-right: 3px solid #7fbbb3;
}
#memory {
background-color: transparent;
border-right: 3px solid #7fbbb3;
}
#network {
background-color: transparent;
border-right: 3px solid #7fbbb3;
}
#network.disconnected {
background-color: transparent;
/* border-bottom: 3px solid #f38ba8; */
}
#pulseaudio {
background-color: transparent;
border-right: 3px solid #7fbbb3;
}
#pulseaudio.muted {
background-color: transparent;
/* border-bottom: 3px solid #e67e80; */
}
#temperature {
background-color: transparent;
border-right: 3px solid #7fbbb3;
}
#temperature.critical {
background-color: transparent;
/* border-bottom: 3px solid #e67e80; */
}
#tray {
background-color: transparent;
border-left: 3px solid #7fbbb3;
}