mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 23:52:39 +02:00
chore: noctalia - add desktop widgets
This commit is contained in:
@@ -104,7 +104,7 @@
|
|||||||
"showCpuUsage": true,
|
"showCpuUsage": true,
|
||||||
"showDiskUsage": true,
|
"showDiskUsage": true,
|
||||||
"showGpuTemp": false,
|
"showGpuTemp": false,
|
||||||
"showLoadAverage": false,
|
"showLoadAverage": true,
|
||||||
"showMemoryAsPercent": true,
|
"showMemoryAsPercent": true,
|
||||||
"showMemoryUsage": true,
|
"showMemoryUsage": true,
|
||||||
"showNetworkStats": true,
|
"showNetworkStats": true,
|
||||||
@@ -276,9 +276,48 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"desktopWidgets": {
|
"desktopWidgets": {
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"gridSnap": false,
|
"gridSnap": true,
|
||||||
"monitorWidgets": []
|
"monitorWidgets": [
|
||||||
|
{
|
||||||
|
"name": "eDP-1",
|
||||||
|
"widgets": [
|
||||||
|
{
|
||||||
|
"clockStyle": "digital",
|
||||||
|
"customFont": "",
|
||||||
|
"format": "HH:mm\\nd MMMM yyyy",
|
||||||
|
"id": "Clock",
|
||||||
|
"roundedCorners": true,
|
||||||
|
"scale": 0.7378548922663623,
|
||||||
|
"showBackground": true,
|
||||||
|
"useCustomFont": false,
|
||||||
|
"usePrimaryColor": false,
|
||||||
|
"x": 92,
|
||||||
|
"y": 161
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hideMode": "visible",
|
||||||
|
"id": "MediaPlayer",
|
||||||
|
"roundedCorners": true,
|
||||||
|
"scale": 1.1501312913284876,
|
||||||
|
"showAlbumArt": true,
|
||||||
|
"showBackground": true,
|
||||||
|
"showButtons": true,
|
||||||
|
"showVisualizer": true,
|
||||||
|
"visualizerType": "linear",
|
||||||
|
"x": 92,
|
||||||
|
"y": 299
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Weather",
|
||||||
|
"scale": 1.339282355295889,
|
||||||
|
"showBackground": true,
|
||||||
|
"x": 230,
|
||||||
|
"y": 161
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"dock": {
|
"dock": {
|
||||||
"animationSpeed": 1,
|
"animationSpeed": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user