Merge branch 'main' into battery-charging-treshold

This commit is contained in:
Damian D'Souza
2025-10-15 02:11:14 +02:00
committed by GitHub
212 changed files with 8629 additions and 4171 deletions
+68 -12
View File
@@ -36,12 +36,6 @@
{
"id": "NotificationHistory"
},
{
"id": "WiFi"
},
{
"id": "Bluetooth"
},
{
"id": "Battery"
},
@@ -65,10 +59,12 @@
"dimDesktop": true,
"showScreenCorners": false,
"forceBlackScreenCorners": false,
"scaleRatio": 1,
"radiusRatio": 1,
"screenRadiusRatio": 1,
"animationSpeed": 1,
"animationDisabled": false
"animationDisabled": false,
"compactLockScreen": false
},
"location": {
"name": "Tokyo",
@@ -112,7 +108,59 @@
"terminalCommand": "xterm -e"
},
"controlCenter": {
"position": "close_to_bar_button"
"position": "close_to_bar_button",
"shortcuts": {
"left": [
{
"id": "WiFi"
},
{
"id": "Bluetooth"
},
{
"id": "ScreenRecorder"
},
{
"id": "WallpaperSelector"
}
],
"right": [
{
"id": "Notifications"
},
{
"id": "PowerProfile"
},
{
"id": "KeepAwake"
},
{
"id": "NightLight"
}
]
},
"cards": [
{
"enabled": true,
"id": "profile-card"
},
{
"enabled": true,
"id": "shortcuts-card"
},
{
"enabled": true,
"id": "audio-card"
},
{
"enabled": true,
"id": "weather-card"
},
{
"enabled": true,
"id": "media-sysmon-card"
}
]
},
"dock": {
"displayMode": "always_visible",
@@ -120,7 +168,8 @@
"floatingRatio": 1,
"onlySameOutput": true,
"monitors": [],
"pinnedApps": []
"pinnedApps": [],
"colorizeIcons": false
},
"network": {
"wifiEnabled": true
@@ -140,7 +189,8 @@
"enabled": true,
"location": "top_right",
"monitors": [],
"autoHideMs": 2000
"autoHideMs": 2000,
"alwaysOnTop": false
},
"audio": {
"volumeStep": 5,
@@ -155,7 +205,6 @@
"fontFixed": "DejaVu Sans Mono",
"fontDefaultScale": 1,
"fontFixedScale": 1,
"monitorsScaling": [],
"idleInhibitorEnabled": false,
"tooltipsEnabled": true
},
@@ -172,11 +221,18 @@
"templates": {
"gtk": false,
"qt": false,
"kcolorscheme": false,
"kitty": false,
"ghostty": false,
"foot": false,
"fuzzel": false,
"vesktop": false,
"discord": false,
"discord_vesktop": false,
"discord_webcord": false,
"discord_armcord": false,
"discord_equibop": false,
"discord_lightcord": false,
"discord_dorion": false,
"pywalfox": false,
"enableUserTemplates": false
},