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 line-height=24
letter-spacing=0 letter-spacing=0
icons-enabled=yes icons-enabled=yes
icon-theme=hicolor icon-theme=Papirus
image-size-ratio=0.5 image-size-ratio=0.5
layer=overlay layer=overlay
anchor=center anchor=center

View file

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