style(bar): disable hover highlight on icon buttons

This commit is contained in:
tux
2026-08-24 17:58:46 +05:30
parent dfab12482a
commit 28aa79dd13
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import qs.ui
BarButton {
iconOnly: true
hoverHighlight: false
iconSource: `${Quickshell.shellPath("assets")}/icons/nix.svg`
onClicked: Quickshell.execDetached(["vicinae", "toggle"])
}