From 163118bf03367096c06e35610488340de5442ae8 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 17:15:57 -0500 Subject: [PATCH] fix(waybar): highlight override problem --- config/fuzzel/fuzzel.ini | 2 +- home/modules/ui.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/fuzzel/fuzzel.ini b/config/fuzzel/fuzzel.ini index 160e2af..ca8f7bf 100644 --- a/config/fuzzel/fuzzel.ini +++ b/config/fuzzel/fuzzel.ini @@ -2,7 +2,7 @@ include=~/.config/fuzzel/themes/theme.ini [main] font=SF Pro Display:size=12,Symbols Nerd Font:size=12 -prompt="> " +prompt="" width=50 lines=10 horizontal-pad=24 diff --git a/home/modules/ui.nix b/home/modules/ui.nix index 9aed084..63109f8 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -206,7 +206,6 @@ in } #workspaces button:hover { - box-shadow: none; transition: none; }