feat: moved from waybar to caelestia
This commit is contained in:
2
.config/caelestia/monitors/DP-1/shell.json
Normal file
2
.config/caelestia/monitors/DP-1/shell.json
Normal file
@@ -0,0 +1,2 @@
|
||||
{
|
||||
}
|
||||
2
.config/caelestia/monitors/DP-2/shell.json
Normal file
2
.config/caelestia/monitors/DP-2/shell.json
Normal file
@@ -0,0 +1,2 @@
|
||||
{
|
||||
}
|
||||
2
.config/caelestia/monitors/DP-3/shell.json
Normal file
2
.config/caelestia/monitors/DP-3/shell.json
Normal file
@@ -0,0 +1,2 @@
|
||||
{
|
||||
}
|
||||
127
.config/caelestia/shell.json
Normal file
127
.config/caelestia/shell.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user