From 25cd946b63bf100a2b8ce232deb66b405237cc46 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Sun, 1 Feb 2026 16:22:21 +0100 Subject: [PATCH] Remove caelestia --- tree/.config/caelestia/shell.json | 220 ------------------------------ 1 file changed, 220 deletions(-) delete mode 100644 tree/.config/caelestia/shell.json diff --git a/tree/.config/caelestia/shell.json b/tree/.config/caelestia/shell.json deleted file mode 100644 index e96468f..0000000 --- a/tree/.config/caelestia/shell.json +++ /dev/null @@ -1,220 +0,0 @@ -{ - "appearance": { - "anim": { - "durations": { - "scale": 1 - } - }, - "font": { - "family": { - "material": "Material Symbols Rounded", - "mono": "CaskaydiaCove NF", - "sans": "Rubik" - }, - "size": { - "scale": 1 - } - }, - "padding": { - "scale": 1 - }, - "rounding": { - "scale": 1 - }, - "spacing": { - "scale": 1 - }, - "transparency": { - "enabled": false, - "base": 0.85, - "layers": 0.4 - } - }, - "general": { - "apps": { - "terminal": [ - "foot" - ], - "audio": [ - "pavucontrol" - ] - } - }, - "background": { - "desktopClock": { - "enabled": false - }, - "enabled": true, - "visualiser": { - "enabled": true, - "autoHide": true, - "rounding": 1, - "spacing": 1 - } - }, - "bar": { - "clock": { - "showIcon": false - }, - "dragThreshold": 20, - "entries": [ - { - "id": "logo", - "enabled": true - }, - { - "id": "workspaces", - "enabled": true - }, - { - "id": "spacer", - "enabled": true - }, - { - "id": "activeWindow", - "enabled": true - }, - { - "id": "spacer", - "enabled": true - }, - { - "id": "tray", - "enabled": true - }, - { - "id": "clock", - "enabled": true - }, - { - "id": "statusIcons", - "enabled": true - }, - { - "id": "idleInhibitor", - "enabled": true - }, - { - "id": "power", - "enabled": true - } - ], - "persistent": false, - "showOnHover": true, - "status": { - "showAudio": false, - "showBattery": true, - "showBluetooth": true, - "showMicrophone": false, - "showKbLayout": false, - "showNetwork": true - }, - "tray": { - "background": true, - "recolour": true - }, - "workspaces": { - "activeIndicator": true, - "activeLabel": "󰮯", - "activeTrail": false, - "groupIconsByApp": true, - "groupingRespectsLayout": true, - "windowRighClickContext": true, - "label": "◦", - "occupiedBg": true, - "occupiedLabel": "⊙", - "showWindows": true, - "shown": 4, - "windowIconImage": false, - "focusedWindowBlob": true, - "windowIconGap": 0, - "windowIconSize": 30 - } - }, - "border": { - "rounding": 25, - "thickness": 10 - }, - "dashboard": { - "mediaUpdateInterval": 500, - "showOnHover": true - }, - "launcher": { - "actionPrefix": ">", - "dragThreshold": 50, - "vimKeybinds": false, - "enableDangerousActions": false, - "maxShown": 8, - "maxWallpapers": 9, - "specialPrefix": "@", - "useFuzzy": { - "apps": false, - "actions": false, - "schemes": false, - "variants": false, - "wallpapers": false - }, - "showOnHover": false - }, - "lock": { - "recolourLogo": false - }, - "notifs": { - "actionOnClick": false, - "clearThreshold": 0.3, - "defaultExpireTimeout": 6000, - "expandThreshold": 20, - "expire": true - }, - "osd": { - "enabled": true, - "enableBrightness": true, - "enableMicrophone": true, - "hideDelay": 2000 - }, - "paths": { - "mediaGif": "root:/assets/bongocat.gif", - "sessionGif": "root:/assets/kurukuru.gif", - "wallpaperDir": "~/.config/wallpapers/" - }, - "services": { - "audioIncrement": 0.1, - "defaultPlayer": "Spotify", - "gpuType": "", - "playerAliases": [ - { - "from": "com.github.th_ch.youtube_music", - "to": "YT Music" - } - ], - "weatherLocation": "", - "useFahrenheit": false, - "useTwelveHourClock": false, - "smartScheme": true, - "visualiserBars": 45 - }, - "session": { - "dragThreshold": 30, - "vimKeybinds": true, - "commands": { - "logout": [ - "loginctl", - "terminate-user", - "" - ], - "shutdown": [ - "systemctl", - "poweroff" - ], - "hibernate": [ - "systemctl", - "hibernate" - ], - "reboot": [ - "systemctl", - "reboot" - ] - } - } -} -