nixos/home/hyprland/waybar/style.css
Evie Litherland-Smith fad083cb25 Change around workspaces and waybar setup
Remove old "all" workspace and bump everything up

Move waybar module files back into default
Add some system stats to waybar output
2023-11-04 12:00:40 +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: 5px 5px 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;
}