nix-config/home/hyprland/waybar/configs/side.css

18 lines
233 B
CSS
Raw Permalink Normal View History

2025-09-10 11:48:22 +02:00
@import "mocha.css";
/* -- Global rules -- */
* {
border: none;
font-family: "JetbrainsMono Nerd Font";
font-size: 15px;
min-height: 10px;
}
window#waybar {
background: @crust;
}
window#waybar.hidden {
opacity: 0.2;
}