mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2026-09-19 10:19:02 +05:30
style(bar): disable hover highlight on icon buttons
This commit is contained in:
@@ -5,5 +5,6 @@ import qs.ui
|
||||
|
||||
BarButton {
|
||||
iconOnly: true
|
||||
hoverHighlight: false
|
||||
iconSource: `${Quickshell.shellPath("assets")}/icons/ghost.svg`
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@ import qs.ui
|
||||
|
||||
BarButton {
|
||||
iconOnly: true
|
||||
hoverHighlight: false
|
||||
iconSource: `${Quickshell.shellPath("assets")}/icons/nix.svg`
|
||||
onClicked: Quickshell.execDetached(["vicinae", "toggle"])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user