diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-11 21:42:13 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-11 21:42:13 +1000 |
| commit | 6f7beecdc6de14cf1fd6be9038a86528d2ba52f0 (patch) | |
| tree | 833a5c08ee8a858e98b0b99bc7685c447c8fe31c /src/caelestia/data/config.json | |
| parent | toggles: fix sysmon + not toggling ws (diff) | |
| download | caelestia-cli-6f7beecdc6de14cf1fd6be9038a86528d2ba52f0.tar.gz caelestia-cli-6f7beecdc6de14cf1fd6be9038a86528d2ba52f0.tar.bz2 caelestia-cli-6f7beecdc6de14cf1fd6be9038a86528d2ba52f0.zip | |
feat: theme discord
Diffstat (limited to 'src/caelestia/data/config.json')
| -rw-r--r-- | src/caelestia/data/config.json | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/src/caelestia/data/config.json b/src/caelestia/data/config.json deleted file mode 100644 index 47f61e5..0000000 --- a/src/caelestia/data/config.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "toggles": { - "communication": { - "apps": [ - { - "selector": ".class == \"discord\"", - "spawn": "discord", - "action": "spawn move" - }, - { - "selector": ".class == \"whatsapp\"", - "spawn": "firefox --name whatsapp -P whatsapp 'https://web.whatsapp.com'", - "action": "move", - "extraCond": "grep -q 'Name=whatsapp' ~/.mozilla/firefox/profiles.ini" - } - ] - }, - "music": { - "apps": [ - { - "selector": ".class == \"Spotify\" or .initialTitle == \"Spotify\" or .initialTitle == \"Spotify Free\"", - "spawn": "spicetify watch -s", - "action": "spawn move" - }, - { - "selector": ".class == \"feishin\"", - "spawn": "feishin", - "action": "move" - } - ] - }, - "sysmon": { - "apps": [ - { - "selector": ".class == \"btop\" and .title == \"btop\" and .workspace.name == \"special:sysmon\"", - "spawn": "foot -a 'btop' -T 'btop' -- btop", - "action": "spawn" - } - ] - }, - "todo": { - "apps": [ - { - "selector": ".class == \"Todoist\"", - "spawn": "todoist", - "action": "spawn move" - } - ] - } - } -} |