start dashboard

This commit is contained in:
2026-03-09 13:45:08 -05:00
parent 17ad2959c1
commit 9871af127a
6 changed files with 94 additions and 52 deletions

View File

@@ -29,7 +29,7 @@ WrapperMouseArea {
Process {
id: launcher
running: false
command: ["rofi", "-show", "drun"]
command: ["rofi", "-show", "drun", "-show-icons" ]
}
onClicked: launcher.running = true