add configuration menu
This commit is contained in:
parent
25e313e31b
commit
47532bd626
4 changed files with 35 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import "bar"
|
||||
import "configuration"
|
||||
import "drawers"
|
||||
import "launcher"
|
||||
import "pomodoro"
|
||||
|
|
@ -75,6 +76,7 @@ Variants {
|
|||
}
|
||||
}
|
||||
}
|
||||
Configuration {}
|
||||
Launcher {}
|
||||
Pomodoro {}
|
||||
PowerMenu {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue