fix(waybar): highlight override problem

This commit is contained in:
Barrett Ruth 2026-02-14 17:15:57 -05:00
parent 3b3b061765
commit 163118bf03
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,7 @@ include=~/.config/fuzzel/themes/theme.ini
[main] [main]
font=SF Pro Display:size=12,Symbols Nerd Font:size=12 font=SF Pro Display:size=12,Symbols Nerd Font:size=12
prompt="> " prompt=""
width=50 width=50
lines=10 lines=10
horizontal-pad=24 horizontal-pad=24

View file

@ -206,7 +206,6 @@ in
} }
#workspaces button:hover { #workspaces button:hover {
box-shadow: none;
transition: none; transition: none;
} }