nixos/home/hyprland/waybar/style.css

59 lines
987 B
CSS
Raw Normal View History

@import "./scheme.css";
2023-10-17 13:14:02 +01:00
* { font-size: 16px; }
window { background: transparent; }
2023-07-10 11:24:42 +01:00
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,
#cpu,
#memory,
#temperature,
#clock,
#mpris,
#pulseaudio,
#bluetooth,
#network,
#backlight,
#battery,
#tray {
color: @base05;
margin: 0px;
padding: 0px 5px;
}
#workspaces button,
#tray > .passive {
color: @base03;
}
#workspaces button.active,
#tray > .active {
color: @base05;
}
#workspaces button.urgent,
#tray > .needs-attention {
color: @base07;
2023-07-10 11:24:42 +01:00
}