simple dashboard

only has mpris
This commit is contained in:
Benjamin Palko 2025-08-27 16:04:15 -04:00
parent 556a24774a
commit 0a33022c6a
6 changed files with 111 additions and 27 deletions

View file

@ -1,4 +1,5 @@
import "bar"
import "drawers"
import "launcher"
import "pomodoro"
import "powermenu"
@ -19,5 +20,6 @@ Variants {
Pomodoro {}
PowerMenu {}
Storybook {}
Drawers {}
}
}