Files
dotfiles/.config/waybar/style.css
2025-08-17 19:39:07 -04:00

92 lines
1022 B
CSS

@import "mocha.css";
* {
font-family: JetBrainsMono Nerd Font;
min-height: 0;
padding: 0;
}
#waybar {
background-color: @base;
color: @text;
}
#workspaces {
background-color: @red;
}
#workspaces button {
color: @crust;
border: 0;
transition-duration: 0;
}
#workspaces button.active {
color: @sky;
}
#custom-music,
#tray,
#backlight,
#clock,
#battery,
#pulseaudio,
#custom-lock,
#custom-power,
#memory {
background-color: @surface0;
padding: 0.5rem 1rem;
}
#memory {
margin-right: 1rem;
}
#clock {
color: @blue;
margin-right: 1rem;
}
#battery {
color: @green;
}
#battery.charging {
color: @green;
}
#battery.warning:not(.charging) {
color: @red;
}
#backlight {
color: @yellow;
}
#backlight, #battery {
border-radius: 0;
}
#pulseaudio {
color: @maroon;
margin-left: 1rem;
}
#custom-music {
color: @mauve;
border-radius: 1rem;
}
#custom-lock {
color: @lavender;
}
#custom-power {
background-color: @red;
color: @crust;
}
#tray {
margin-right: 1rem;
}