mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
feat(noctalia): update settings
This commit is contained in:
+16
-10
@@ -40,7 +40,7 @@
|
|||||||
{
|
{
|
||||||
"compactMode": true,
|
"compactMode": true,
|
||||||
"diskPath": "/",
|
"diskPath": "/",
|
||||||
"iconColor": "none",
|
"iconColor": "error",
|
||||||
"id": "SystemMonitor",
|
"id": "SystemMonitor",
|
||||||
"showCpuCores": false,
|
"showCpuCores": false,
|
||||||
"showCpuFreq": false,
|
"showCpuFreq": false,
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
{
|
{
|
||||||
"characterCount": 2,
|
"characterCount": 2,
|
||||||
"colorizeIcons": false,
|
"colorizeIcons": false,
|
||||||
"emptyColor": "secondary",
|
"emptyColor": "none",
|
||||||
"enableScrollWheel": true,
|
"enableScrollWheel": true,
|
||||||
"focusedColor": "primary",
|
"focusedColor": "primary",
|
||||||
"followFocusedScreen": false,
|
"followFocusedScreen": false,
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
"iconScale": 0.8,
|
"iconScale": 0.8,
|
||||||
"id": "Workspace",
|
"id": "Workspace",
|
||||||
"labelMode": "index",
|
"labelMode": "index",
|
||||||
"occupiedColor": "secondary",
|
"occupiedColor": "error",
|
||||||
"pillSize": 0.6,
|
"pillSize": 0.6,
|
||||||
"showApplications": false,
|
"showApplications": false,
|
||||||
"showApplicationsHover": false,
|
"showApplicationsHover": false,
|
||||||
@@ -125,12 +125,12 @@
|
|||||||
"chevronColor": "none",
|
"chevronColor": "none",
|
||||||
"colorizeIcons": false,
|
"colorizeIcons": false,
|
||||||
"drawerEnabled": false,
|
"drawerEnabled": false,
|
||||||
"hidePassive": false,
|
"hidePassive": true,
|
||||||
"id": "Tray",
|
"id": "Tray",
|
||||||
"pinned": []
|
"pinned": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"displayMode": "onhover",
|
"displayMode": "forceOpen",
|
||||||
"iconColor": "none",
|
"iconColor": "none",
|
||||||
"id": "KeyboardLayout",
|
"id": "KeyboardLayout",
|
||||||
"showIcon": true,
|
"showIcon": true,
|
||||||
@@ -146,7 +146,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"deviceNativePath": "__default__",
|
"deviceNativePath": "__default__",
|
||||||
"displayMode": "graphic-clean",
|
"displayMode": "graphic",
|
||||||
"hideIfIdle": false,
|
"hideIfIdle": false,
|
||||||
"hideIfNotDetected": true,
|
"hideIfNotDetected": true,
|
||||||
"id": "Battery",
|
"id": "Battery",
|
||||||
@@ -174,17 +174,23 @@
|
|||||||
"textColor": "none"
|
"textColor": "none"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"defaultSettings": {
|
||||||
|
"compactMode": false,
|
||||||
|
"defaultDuration": 0,
|
||||||
|
"iconColor": "none",
|
||||||
|
"textColor": "none"
|
||||||
|
},
|
||||||
"id": "plugin:timer"
|
"id": "plugin:timer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"colorizeDistroLogo": false,
|
"colorizeDistroLogo": false,
|
||||||
"colorizeSystemIcon": "none",
|
"colorizeSystemIcon": "error",
|
||||||
"colorizeSystemText": "none",
|
"colorizeSystemText": "none",
|
||||||
"customIconPath": "",
|
"customIconPath": "",
|
||||||
"enableColorization": false,
|
"enableColorization": true,
|
||||||
"icon": "noctalia",
|
"icon": "noctalia",
|
||||||
"id": "ControlCenter",
|
"id": "ControlCenter",
|
||||||
"useDistroLogo": false
|
"useDistroLogo": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -697,7 +703,7 @@
|
|||||||
"notifyUpdates": true
|
"notifyUpdates": true
|
||||||
},
|
},
|
||||||
"idle": {
|
"idle": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"screenOffTimeout": 600,
|
"screenOffTimeout": 600,
|
||||||
"lockTimeout": 660,
|
"lockTimeout": 660,
|
||||||
"suspendTimeout": 1800,
|
"suspendTimeout": 1800,
|
||||||
|
|||||||
Reference in New Issue
Block a user