feat: moved from waybar to caelestia

This commit is contained in:
oxypomme
2026-05-17 19:31:22 +02:00
parent 3eebdd1dc5
commit ae8a08fc0f
23 changed files with 189 additions and 338 deletions

View File

@@ -0,0 +1,2 @@
{
}

View File

@@ -0,0 +1,2 @@
{
}

View File

@@ -0,0 +1,2 @@
{
}

View File

@@ -0,0 +1,127 @@
{
"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
}
}
}