Caelestiaaaaa it looks so good

This commit is contained in:
voidarclabs
2025-08-21 19:07:15 +01:00
parent 1cc414a96a
commit 9195c90aab
6 changed files with 308 additions and 5 deletions

View File

@@ -0,0 +1,55 @@
{
"theme": {
"enableTerm": false,
"enableHypr": false,
"enableDiscord": false,
"enableSpicetify": false,
"enableFuzzel": false,
"enableBtop": false,
"enableGtk": false,
"enableQt": false
},
"toggles": {
"communication": {
"discord": {
"enable": true,
"match": [{ "class": "discord" }],
"command": ["discord"],
"move": true
},
"whatsapp": {
"enable": true,
"match": [{ "class": "whatsapp" }],
"move": true
}
},
"music": {
"spotify": {
"enable": true,
"match": [{ "class": "Spotify" }, { "initialTitle": "Spotify" }, { "initialTitle": "Spotify Free" }],
"command": ["spicetify", "watch", "-s"],
"move": true
},
"feishin": {
"enable": true,
"match": [{ "class": "feishin" }],
"move": true
}
},
"sysmon": {
"btop": {
"enable": true,
"match": [{ "class": "btop", "title": "btop", "workspace": { "name": "special:sysmon" } }],
"command": ["foot", "-a", "btop", "-T", "btop", "fish", "-C", "exec btop"]
}
},
"todo": {
"todoist": {
"enable": true,
"match": [{ "class": "Todoist" }],
"command": ["todoist"],
"move": true
}
}
}
}