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