Compare commits

...

3 commits

Author SHA1 Message Date
Benjamin Palko
aa943a44b6 move styled text field 2025-09-03 09:46:42 -04:00
Benjamin Palko
9cf647bfb3 move shortcut to file 2025-09-03 09:45:15 -04:00
Benjamin Palko
420c42a30e move window 2025-09-03 09:40:52 -04:00
4 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,6 @@
import qs.services import qs.services
import qs.widgets
import Quickshell import Quickshell
import Quickshell.Hyprland
Scope { Scope {
id: root id: root
@ -28,4 +28,8 @@ Scope {
description: 'Open the Component Storybook' description: 'Open the Component Storybook'
onPressed: Visibility.storybook = !Visibility.storybook onPressed: Visibility.storybook = !Visibility.storybook
} }
component LuxShortcut: GlobalShortcut {
appid: "lux"
}
} }

View file

@ -1,5 +0,0 @@
import Quickshell.Hyprland
GlobalShortcut {
appid: "lux"
}