mirror of
https://github.com/tuxdotrs/tshell.git
synced 2026-09-20 02:49: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`
|
|
}
|