mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2026-09-19 18:19:02 +05:30
11 lines
192 B
QML
11 lines
192 B
QML
pragma ComponentBehavior: Bound
|
|
|
|
import Quickshell
|
|
import qs.ui
|
|
|
|
BarButton {
|
|
iconOnly: true
|
|
hoverHighlight: false
|
|
iconSource: `${Quickshell.shellPath("assets")}/icons/ghost.svg`
|
|
}
|