nixos/home/hyprland/waybar/style.css
Evie Litherland-Smith 24502b5e62 Update formatting, back to old 5/10 spacing
Update waybar pulseaudio module format to look a bit better

Enable accounts-daemon and udisks2 services
2023-11-04 15:51:05 +00:00

62 lines
1 KiB
CSS

@import "./scheme.css";
* { font-size: 16px; }
window { background: transparent; }
window > box {
color: @base05;
background: alpha(@base00, 0.5);
box-shadow: inset 0 0 0 1px alpha(@base03, 0.1), 0 0 0 1px alpha(@base00, 0.5);
margin: 10px 10px 0px;
padding: 0px;
border: 1px solid @base03;
border-radius: 10px;
}
tooltip {
color: @base05;
background: alpha(@base00, 0.5);
box-shadow: inset 0 0 0 1px alpha(@base0A, 0.1), 0 0 0 1px alpha(@base00, 0.5);
border: 1px solid @base0A;
border-radius: 10px;
padding: 5px;
margin: 0px;
}
#workspaces,
#cava,
#disk,
#cpu,
#memory,
#temperature,
#clock,
#mpris,
#pulseaudio,
#bluetooth,
#network,
#backlight,
#battery,
#tray {
color: @base05;
margin: 0px;
padding: 1px 5px;
}
#workspaces button {
border: 1px solid transparent;
border-radius: 10px;
color: @base03;
margin: 0px;
padding: 0px 5px;
}
#workspaces button.active {
color: @base05;
}
#workspaces button.urgent {
border: 1px solid @base07;
color: @base05;
}