simple dashboard
only has mpris
This commit is contained in:
parent
556a24774a
commit
0a33022c6a
6 changed files with 111 additions and 27 deletions
|
|
@ -4,6 +4,7 @@ import qs.widgets
|
|||
import Quickshell
|
||||
|
||||
Singleton {
|
||||
property alias dashboard: properties.dashboard
|
||||
property alias launcher: properties.launcher
|
||||
property alias pomodoro: properties.pomodoro
|
||||
property alias powermenu: properties.powermenu
|
||||
|
|
@ -21,6 +22,7 @@ Singleton {
|
|||
PersistentProperties {
|
||||
id: properties
|
||||
|
||||
property bool dashboard
|
||||
property bool launcher
|
||||
property bool pomodoro
|
||||
property bool powermenu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue