diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-10 00:46:45 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-10 00:46:45 -0500 |
| commit | 47dfcf4baf42c33ca5ee78dd4c0877e894aec1fb (patch) | |
| tree | 5b6ef1ea9588dcbf2b3cb41698924775341e219a /config/LauncherConfig.qml | |
| parent | osicon: toggle launcher on click (diff) | |
| download | caelestia-shell-47dfcf4baf42c33ca5ee78dd4c0877e894aec1fb.tar.gz caelestia-shell-47dfcf4baf42c33ca5ee78dd4c0877e894aec1fb.tar.bz2 caelestia-shell-47dfcf4baf42c33ca5ee78dd4c0877e894aec1fb.zip | |
launcher: python execution like calculator functionality
Diffstat (limited to 'config/LauncherConfig.qml')
| -rw-r--r-- | config/LauncherConfig.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml index 9d9c50c..30b3e8b 100644 --- a/config/LauncherConfig.qml +++ b/config/LauncherConfig.qml @@ -39,6 +39,14 @@ JsonObject { dangerous: false }, { + name: "Python", + icon: "code", + description: "Execute Python one-liners", + command: ["autocomplete", "python"], + enabled: true, + dangerous: false + }, + { name: "Scheme", icon: "palette", description: "Change the current colour scheme", |