power menu!!!

This commit is contained in:
Benjamin Palko 2025-08-18 23:41:59 -04:00
parent 7a1bed7d89
commit 8504f8ddd2
5 changed files with 145 additions and 1 deletions

View file

@ -1,3 +1,4 @@
import qs.services
import qs.widgets
import Quickshell
@ -11,4 +12,10 @@ Scope {
console.log("Launcher shortcut pressed");
}
}
LuxShortcut {
name: 'power-menu'
description: 'Open the Power Menu'
onPressed: Visibility.powermenu = !Visibility.powermenu
}
}