better themeing

This commit is contained in:
Barrett Ruth 2026-02-14 16:51:40 -05:00
parent 9c5fd486a5
commit e0d007a6ec
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 4 additions and 5 deletions

View file

@ -11,7 +11,7 @@ inner-pad=12
line-height=24
letter-spacing=0
icons-enabled=yes
icon-theme=hicolor
icon-theme=Papirus
image-size-ratio=0.5
layer=overlay
anchor=center

View file

@ -14,6 +14,7 @@ let
window#waybar { background: ${palette.bg}; }
#workspaces button { background: transparent; }
#workspaces button.active { box-shadow: inset 0 -2px ${palette.accent}; }
#workspaces button:hover { background: ${palette.bgAlt}; }
#window { color: ${palette.fgAlt}; }
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
'';
@ -51,6 +52,7 @@ in
home.packages = with pkgs; [
nerd-fonts.symbols-only
papirus-icon-theme
psmisc
fuzzel
wl-clipboard
@ -146,7 +148,6 @@ in
interval = 10;
tooltip-format-wifi = "{signalStrength}% · {ipaddr}";
tooltip-format-ethernet = "{ipaddr}/{cidr}";
on-click = "ctl audio out";
};
battery = {
@ -175,7 +176,7 @@ in
clock = {
format = " {:%a %d/%m/%Y %H:%M:%S}";
interval = 1;
tooltip-format = "{:%A, %d %B %Y\nTimezone: %Z}";
tooltip = false;
};
"custom/power" = {
@ -206,7 +207,6 @@ in
}
#workspaces button:hover {
background: transparent;
box-shadow: none;
}
@ -254,7 +254,6 @@ in
ellipsize = "end";
icon_position = "left";
max_icon_size = 32;
format = "<b>%s</b>\\n%b";
};
urgency_low = {
background = c.bg;