diff options
Diffstat (limited to 'appearance/shell.qml')
| -rw-r--r-- | appearance/shell.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appearance/shell.qml b/appearance/shell.qml index c0356a8..ea87fc3 100644 --- a/appearance/shell.qml +++ b/appearance/shell.qml @@ -20,6 +20,9 @@ ShellRoot { function toggle() { panel.toggle(""); } function wallpaper() { panel.toggle("wallpaper"); } function theme() { panel.toggle("theme"); } + function sunset() { panel.toggle("sunset"); } + function idle() { panel.toggle("idle"); } + function icons() { panel.toggle("icons"); } function selftest(): string { return Hyprsunset.selftest() + "\n" + Hypridle.selftest() + "\n" + Icons.selftest(); } |
