Files
dotfiles/.config/caelestia/shell.json
2026-05-17 19:31:22 +02:00

128 lines
2.8 KiB
JSON

{
"appearance": {
"transparency": {
"base": 0.95,
"enabled": true,
"layers": 0.7
}
},
"background": {
"enabled": false,
"wallpaperEnabled": false
},
"bar": {
"clock": {
"showIcon": false
},
"entries": [
{
"enabled": true,
"id": "logo"
},
{
"enabled": true,
"id": "workspaces"
},
{
"enabled": true,
"id": "spacer"
},
{
"enabled": true,
"id": "tray"
},
{
"enabled": true,
"id": "clock"
},
{
"enabled": true,
"id": "statusIcons"
},
{
"enabled": true,
"id": "power"
}
],
"status": {
"showAudio": true,
"showBattery": false,
"showLockStatus": true,
"showNetwork": false,
"showWifi": false
},
"workspaces": {
"showWindows": false,
"shown": 3
}
},
"dashboard": {
"showWeather": false
},
"general": {
"idle": {
"lockBeforeSleep": true,
"timeouts": [
{
"idleAction": "lock",
"timeout": 180
}
]
}
},
"launcher": {
"enabled": false
},
"notifs": {
"actionOnClick": true
},
"osd": {
"enableBrightness": false,
"enableMicrophone": false
},
"services": {
"defaultPlayer": "Tidal",
"playerAliases": [
{
"from": "tidal-hifi",
"to": "Tidal"
}
],
"weatherLocation": "Nancy"
},
"sidebar": {
"enabled": true
},
"utilities": {
"enabled": true,
"quickToggles": [
{
"enabled": true,
"id": "mic"
},
{
"enabled": true,
"id": "settings"
},
{
"enabled": true,
"id": "dnd"
}
],
"toasts": {
"audioInputChanged": false,
"audioOutputChanged": false,
"capsLockChanged": true,
"chargingChanged": false,
"configLoaded": true,
"dndChanged": false,
"gameModeChanged": false,
"kbLayoutChanged": false,
"kbLimit": false,
"nowPlaying": true,
"numLockChanged": true,
"vpnChanged": false
}
}
}