nixos/home/hyprland/waybar/style.css
Evie Litherland-Smith 2a42c14fb5 Lots more theming
Switch remaining catppuccin to tokyonight, using stylix to generate GTK
theme now

Switch SDDM for LightDM (uses stylix theme), enable plymouth boot
splashscreen

Make Hyprland window rules (not launch binds) silent now
2023-10-14 20:49:30 +01:00

34 lines
497 B
CSS

* {
font-family: "Fira Sans";
font-size: 18px;
}
window > box {
margin-left: 10px;
margin-right: 10px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
tooltip { border-radius: 10px; }
#workspaces,
#cava,
#cpu,
#memory,
#temperature,
#clock,
#mpris,
#pulseaudio,
#bluetooth,
#network,
#backlight,
#battery,
#tray {
margin: 0px;
padding-left: 10px;
padding-right: 10px;
}