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