From e0d007a6ecf1371fc799d1df6a19235493ea99c0 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 16:51:40 -0500 Subject: [PATCH] better themeing --- config/fuzzel/fuzzel.ini | 2 +- home/modules/ui.nix | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/config/fuzzel/fuzzel.ini b/config/fuzzel/fuzzel.ini index 3a6385f..160e2af 100644 --- a/config/fuzzel/fuzzel.ini +++ b/config/fuzzel/fuzzel.ini @@ -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 diff --git a/home/modules/ui.nix b/home/modules/ui.nix index c2c5dfc..fb5e5a9 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -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 = "%s\\n%b"; }; urgency_low = { background = c.bg;