summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/launcher/services/Actions.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/launcher/services/Actions.qml b/modules/launcher/services/Actions.qml
index be1fc72..8259437 100644
--- a/modules/launcher/services/Actions.qml
+++ b/modules/launcher/services/Actions.qml
@@ -58,6 +58,16 @@ Searcher {
}
},
Action {
+ name: qsTr("Random")
+ desc: qsTr("Switch to a random wallpaper")
+ icon: "casino"
+
+ function onClicked(list: AppList): void {
+ list.visibilities.launcher = false;
+ Quickshell.execDetached(["caelestia", "wallpaper", "-r"]);
+ }
+ },
+ Action {
name: qsTr("Light")
desc: qsTr("Change the scheme to light mode")
icon: "light_mode"