mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-19 13:46:17 +10:00
Changed some settings in DMS.
This commit is contained in:
@@ -357,18 +357,49 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"centerWidgets": [
|
"centerWidgets": [
|
||||||
"music",
|
{
|
||||||
"clock",
|
"id": "music",
|
||||||
"weather"
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "clock",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "weather",
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"rightWidgets": [
|
"rightWidgets": [
|
||||||
"systemTray",
|
{
|
||||||
"clipboard",
|
"id": "systemTray",
|
||||||
"cpuUsage",
|
"enabled": true
|
||||||
"memUsage",
|
},
|
||||||
"notificationButton",
|
{
|
||||||
"battery",
|
"id": "clipboard",
|
||||||
"controlCenterButton"
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "diskUsage",
|
||||||
|
"enabled": true,
|
||||||
|
"mountPath": "/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "cpuUsage",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "memUsage",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "notificationButton",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "controlCenterButton",
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"spacing": 12,
|
"spacing": 12,
|
||||||
"innerPadding": 0,
|
"innerPadding": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user