diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-14 22:50:55 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-14 22:50:55 +1000 |
| commit | ee7291b7f64a359d17eb1d050086ef5357d79055 (patch) | |
| tree | f1c200d8c8ba81030cbb2113a2be122db6508c8f /data | |
| parent | Merge pull request #5 from dalpax/patch-1 (diff) | |
| parent | Merge branch 'main' into python-rework (diff) | |
| download | caelestia-cli-ee7291b7f64a359d17eb1d050086ef5357d79055.tar.gz caelestia-cli-ee7291b7f64a359d17eb1d050086ef5357d79055.tar.bz2 caelestia-cli-ee7291b7f64a359d17eb1d050086ef5357d79055.zip | |
Merge pull request #6 from caelestia-dots/python-rework
feat: rewrite in python
Diffstat (limited to '')
| -rw-r--r-- | data/config.json | 51 | ||||
| -rw-r--r-- | src/caelestia/data/emojis.txt (renamed from data/emojis.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/catppuccin/frappe/dark.txt (renamed from data/schemes/catppuccin/frappe/dark.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/catppuccin/latte/light.txt (renamed from data/schemes/catppuccin/latte/light.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/catppuccin/macchiato/dark.txt (renamed from data/schemes/catppuccin/macchiato/dark.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/catppuccin/mocha/dark.txt (renamed from data/schemes/catppuccin/mocha/dark.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/gruvbox/hard/dark.txt (renamed from data/schemes/gruvbox/hard/dark.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/gruvbox/hard/light.txt (renamed from data/schemes/gruvbox/hard/light.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/gruvbox/medium/dark.txt (renamed from data/schemes/gruvbox/medium/dark.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/gruvbox/medium/light.txt (renamed from data/schemes/gruvbox/medium/light.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/gruvbox/soft/dark.txt (renamed from data/schemes/gruvbox/soft/dark.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/gruvbox/soft/light.txt (renamed from data/schemes/gruvbox/soft/light.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/oldworld/default/dark.txt (renamed from data/schemes/oldworld/dark.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/onedark/default/dark.txt (renamed from data/schemes/onedark/dark.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/rosepine/dawn/light.txt (renamed from data/schemes/rosepine/dawn/light.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/rosepine/main/dark.txt (renamed from data/schemes/rosepine/main/dark.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/rosepine/moon/dark.txt (renamed from data/schemes/rosepine/moon/dark.txt) | 0 | ||||
| -rw-r--r-- | src/caelestia/data/schemes/shadotheme/default/dark.txt (renamed from data/schemes/shadotheme/dark.txt) | 0 |
18 files changed, 0 insertions, 51 deletions
diff --git a/data/config.json b/data/config.json deleted file mode 100644 index 47f61e5..0000000 --- a/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" - } - ] - } - } -} diff --git a/data/emojis.txt b/src/caelestia/data/emojis.txt index 3d929c7..3d929c7 100644 --- a/data/emojis.txt +++ b/src/caelestia/data/emojis.txt diff --git a/data/schemes/catppuccin/frappe/dark.txt b/src/caelestia/data/schemes/catppuccin/frappe/dark.txt index 1502230..1502230 100644 --- a/data/schemes/catppuccin/frappe/dark.txt +++ b/src/caelestia/data/schemes/catppuccin/frappe/dark.txt diff --git a/data/schemes/catppuccin/latte/light.txt b/src/caelestia/data/schemes/catppuccin/latte/light.txt index 6cc0fce..6cc0fce 100644 --- a/data/schemes/catppuccin/latte/light.txt +++ b/src/caelestia/data/schemes/catppuccin/latte/light.txt diff --git a/data/schemes/catppuccin/macchiato/dark.txt b/src/caelestia/data/schemes/catppuccin/macchiato/dark.txt index 6ffb12f..6ffb12f 100644 --- a/data/schemes/catppuccin/macchiato/dark.txt +++ b/src/caelestia/data/schemes/catppuccin/macchiato/dark.txt diff --git a/data/schemes/catppuccin/mocha/dark.txt b/src/caelestia/data/schemes/catppuccin/mocha/dark.txt index 66497d0..66497d0 100644 --- a/data/schemes/catppuccin/mocha/dark.txt +++ b/src/caelestia/data/schemes/catppuccin/mocha/dark.txt diff --git a/data/schemes/gruvbox/hard/dark.txt b/src/caelestia/data/schemes/gruvbox/hard/dark.txt index 06bd012..06bd012 100644 --- a/data/schemes/gruvbox/hard/dark.txt +++ b/src/caelestia/data/schemes/gruvbox/hard/dark.txt diff --git a/data/schemes/gruvbox/hard/light.txt b/src/caelestia/data/schemes/gruvbox/hard/light.txt index 89c65a8..89c65a8 100644 --- a/data/schemes/gruvbox/hard/light.txt +++ b/src/caelestia/data/schemes/gruvbox/hard/light.txt diff --git a/data/schemes/gruvbox/medium/dark.txt b/src/caelestia/data/schemes/gruvbox/medium/dark.txt index 1ed9168..1ed9168 100644 --- a/data/schemes/gruvbox/medium/dark.txt +++ b/src/caelestia/data/schemes/gruvbox/medium/dark.txt diff --git a/data/schemes/gruvbox/medium/light.txt b/src/caelestia/data/schemes/gruvbox/medium/light.txt index 0c484cf..0c484cf 100644 --- a/data/schemes/gruvbox/medium/light.txt +++ b/src/caelestia/data/schemes/gruvbox/medium/light.txt diff --git a/data/schemes/gruvbox/soft/dark.txt b/src/caelestia/data/schemes/gruvbox/soft/dark.txt index 5a952e7..5a952e7 100644 --- a/data/schemes/gruvbox/soft/dark.txt +++ b/src/caelestia/data/schemes/gruvbox/soft/dark.txt diff --git a/data/schemes/gruvbox/soft/light.txt b/src/caelestia/data/schemes/gruvbox/soft/light.txt index eae8b04..eae8b04 100644 --- a/data/schemes/gruvbox/soft/light.txt +++ b/src/caelestia/data/schemes/gruvbox/soft/light.txt diff --git a/data/schemes/oldworld/dark.txt b/src/caelestia/data/schemes/oldworld/default/dark.txt index 846dc18..846dc18 100644 --- a/data/schemes/oldworld/dark.txt +++ b/src/caelestia/data/schemes/oldworld/default/dark.txt diff --git a/data/schemes/onedark/dark.txt b/src/caelestia/data/schemes/onedark/default/dark.txt index 269096e..269096e 100644 --- a/data/schemes/onedark/dark.txt +++ b/src/caelestia/data/schemes/onedark/default/dark.txt diff --git a/data/schemes/rosepine/dawn/light.txt b/src/caelestia/data/schemes/rosepine/dawn/light.txt index 90f4f73..90f4f73 100644 --- a/data/schemes/rosepine/dawn/light.txt +++ b/src/caelestia/data/schemes/rosepine/dawn/light.txt diff --git a/data/schemes/rosepine/main/dark.txt b/src/caelestia/data/schemes/rosepine/main/dark.txt index 061454b..061454b 100644 --- a/data/schemes/rosepine/main/dark.txt +++ b/src/caelestia/data/schemes/rosepine/main/dark.txt diff --git a/data/schemes/rosepine/moon/dark.txt b/src/caelestia/data/schemes/rosepine/moon/dark.txt index 37183ae..37183ae 100644 --- a/data/schemes/rosepine/moon/dark.txt +++ b/src/caelestia/data/schemes/rosepine/moon/dark.txt diff --git a/data/schemes/shadotheme/dark.txt b/src/caelestia/data/schemes/shadotheme/default/dark.txt index e178804..e178804 100644 --- a/data/schemes/shadotheme/dark.txt +++ b/src/caelestia/data/schemes/shadotheme/default/dark.txt |