nix/home/tiling/waybar/config/style.css
2025-12-13 12:09:17 -05:00

114 lines
1.5 KiB
CSS

@import "./mocha.css";
* {
border: none;
border-radius: 0;
min-height: 0;
font-family: "Noto Sans";
font-size: 12px;
padding: 0;
}
window#waybar {
background: black;
border: 2px solid @base;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
}
tooltip {
background-color: @crust;
border-color: @peach;
}
#custom-niri-window,
#custom-clock,
#tray,
#cpu,
#memory,
#battery,
#network,
#custom-brightness,
#pulseaudio {
background-color: @base;
color: @text;
border: 2px solid @text;
margin: 8px 6px 8px 0px;
padding: 2px 8px;
border-radius: 8px;
}
#workspaces {
margin: 6px 0px 6px 6px;
border-color: #625343;
}
#workspaces button {
all: initial;
min-width: 0;
box-shadow: inset 0 -3px transparent;
padding: 2px 4px;
color: #917a53;
}
#workspaces button.focused {
color: #ddc7a1;
}
#workspaces button.urgent {
background-color: #e78a4e;
color: #1d2021;
}
#custom-niri-window {
margin-left: 6px;
border-color: @yellow;
}
#cpu {
border-color: @maroon;
}
#memory {
border-color: @peach;
}
#battery {
border-color: @green;
}
#network {
border-color: @teal;
}
#custom-brightness {
border-color: @sky;
}
#pulseaudio {
border-color: @blue;
}
#custom-clock {
border-color: @lavender;
}
#tray {
border-color: @blue;
color: @subtext0;
}
#cpu.critical,
#memory.critical {
background-color: @base;
border-color: @red;
color: @subtext0;
}
#battery.warning,
#battery.critical,
#battery.urgent {
background-color: #c9af82;
border-color: #917a53;
color: #ae6330;
}