mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2026-09-19 18: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 {
|
BarButton {
|
||||||
iconOnly: true
|
iconOnly: true
|
||||||
|
hoverHighlight: false
|
||||||
iconSource: `${Quickshell.shellPath("assets")}/icons/ghost.svg`
|
iconSource: `${Quickshell.shellPath("assets")}/icons/ghost.svg`
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ import qs.ui
|
|||||||
|
|
||||||
BarButton {
|
BarButton {
|
||||||
iconOnly: true
|
iconOnly: true
|
||||||
|
hoverHighlight: false
|
||||||
iconSource: `${Quickshell.shellPath("assets")}/icons/nix.svg`
|
iconSource: `${Quickshell.shellPath("assets")}/icons/nix.svg`
|
||||||
onClicked: Quickshell.execDetached(["vicinae", "toggle"])
|
onClicked: Quickshell.execDetached(["vicinae", "toggle"])
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user