diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-16 12:36:20 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-16 12:36:20 +0200 |
| commit | a33d90b5f662df235da027ec1978b6490894d796 (patch) | |
| tree | 7aaf6913afc35160fb6831c615024b1787277c28 /appearance/shell.qml | |
| parent | 85a8d57b69cccba0b546e1f436fa4d419db94b8a (diff) | |
| download | quickshell-a33d90b5f662df235da027ec1978b6490894d796.tar.gz quickshell-a33d90b5f662df235da027ec1978b6490894d796.zip | |
feat(appearance): add the Sunset tab
Tab bar and Tab-key cycle become five entries, the Loader picks inline or
file tabs, and show() refreshes the model. The tab edits the profiles
in place, fetches sun times and previews through the daemon.
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(); } |
