add configuration menu

This commit is contained in:
Benjamin Palko 2025-09-07 13:25:02 -04:00
parent 25e313e31b
commit 47532bd626
4 changed files with 35 additions and 0 deletions

View file

@ -1,4 +1,5 @@
import "bar"
import "configuration"
import "drawers"
import "launcher"
import "pomodoro"
@ -75,6 +76,7 @@ Variants {
}
}
}
Configuration {}
Launcher {}
Pomodoro {}
PowerMenu {}