changes
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
"showSeconds": false,
|
||||
"useFahrenheit": false,
|
||||
"nightModeEnabled": false,
|
||||
"animationSpeed": 2,
|
||||
"customAnimationDuration": 500,
|
||||
"animationSpeed": 4,
|
||||
"customAnimationDuration": 350,
|
||||
"wallpaperFillMode": "Fill",
|
||||
"blurredWallpaperLayer": false,
|
||||
"blurWallpaperOnOverview": false,
|
||||
@@ -113,12 +113,26 @@
|
||||
"weather"
|
||||
],
|
||||
"dankBarRightWidgets": [
|
||||
"systemTray",
|
||||
"cpuUsage",
|
||||
"memUsage",
|
||||
"notificationButton",
|
||||
"battery",
|
||||
"controlCenterButton"
|
||||
{
|
||||
"id": "systemTray",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "privacyIndicator",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "notificationButton",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "battery",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "controlCenterButton",
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"dankBarWidgetOrder": [],
|
||||
"appLauncherViewMode": "list",
|
||||
@@ -158,12 +172,12 @@
|
||||
"acLockTimeout": 300,
|
||||
"acSuspendTimeout": 900,
|
||||
"acSuspendBehavior": 0,
|
||||
"batteryMonitorTimeout": 0,
|
||||
"batteryLockTimeout": 0,
|
||||
"batterySuspendTimeout": 0,
|
||||
"batterySuspendBehavior": 0,
|
||||
"batteryMonitorTimeout": 600,
|
||||
"batteryLockTimeout": 300,
|
||||
"batterySuspendTimeout": 600,
|
||||
"batterySuspendBehavior": 2,
|
||||
"lockBeforeSuspend": true,
|
||||
"preventIdleForMedia": false,
|
||||
"preventIdleForMedia": true,
|
||||
"loginctlLockIntegration": true,
|
||||
"launchPrefix": "",
|
||||
"brightnessDevicePins": {},
|
||||
@@ -210,6 +224,16 @@
|
||||
"notificationPopupPosition": 0,
|
||||
"osdAlwaysShowValue": false,
|
||||
"powerActionConfirm": true,
|
||||
"powerMenuActions": [
|
||||
"reboot",
|
||||
"logout",
|
||||
"poweroff",
|
||||
"lock",
|
||||
"suspend",
|
||||
"restart",
|
||||
"hibernate"
|
||||
],
|
||||
"powerMenuDefaultAction": "logout",
|
||||
"customPowerActionLock": "",
|
||||
"customPowerActionLogout": "",
|
||||
"customPowerActionSuspend": "",
|
||||
|
||||
@@ -23,7 +23,7 @@ gtk-single-instance = true
|
||||
#macos-non-native-fullscreen = true
|
||||
|
||||
# Font
|
||||
font-size = 14
|
||||
font-size = 12
|
||||
font-family = Kelmscott Mono
|
||||
|
||||
# Theme
|
||||
|
||||
Reference in New Issue
Block a user