mirror of
https://github.com/tuxdotrs/tshell.git
synced 2026-09-19 10:39:04 +05:30
11 lines
226 B
QML
11 lines
226 B
QML
pragma ComponentBehavior: Bound
|
|
|
|
import Quickshell
|
|
import qs.ui
|
|
|
|
BarButton {
|
|
iconOnly: true
|
|
iconSource: `${Quickshell.shellPath("assets")}/icons/nix.svg`
|
|
onClicked: Quickshell.execDetached(["vicinae", "toggle"])
|
|
}
|