pomodoroooooo

This commit is contained in:
Benjamin Palko 2025-08-26 23:22:25 -04:00
parent 97c40a7302
commit 2d1de46031
7 changed files with 244 additions and 0 deletions

View file

@ -11,6 +11,12 @@ Scope {
onPressed: Visibility.launcher = !Visibility.launcher
}
LuxShortcut {
name: 'pomodoro'
description: 'Open the Pomodoro'
onPressed: Visibility.pomodoro = !Visibility.pomodoro
}
LuxShortcut {
name: 'power-menu'
description: 'Open the Power Menu'