add: .config

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Melvin Ragusa
2026-02-02 14:58:13 +01:00
parent 2bfdc582b0
commit d3d7242351
1121 changed files with 617892 additions and 844 deletions

View File

@@ -0,0 +1,38 @@
{
"bar": {
"position": "top",
"widgets": {
"left": [
{ "id": "SystemMonitor", "showCpuTemp": true, "showCpuUsage": true, "showMemoryUsage": true },
{ "id": "ActiveWindow", "showIcon": true, "maxWidth": 145 },
{ "id": "MediaMini", "maxWidth": 145 }
],
"center": [
{ "id": "Workspace", "labelMode": "name", "hideUnoccupied": false }
],
"right": [
{ "id": "ScreenRecorder" },
{ "id": "Tray" },
{ "id": "Battery" },
{ "id": "Volume" },
{ "id": "Clock", "formatHorizontal": "HH:mm ddd, MMM dd" },
{ "id": "ControlCenter" }
]
}
},
"colorSchemes": {
"darkMode": true,
"predefinedScheme": "Tokyo Night"
},
"ui": {
"fontDefault": "JetBrainsMono Nerd Font Propo"
},
"wallpaper": {
"directory": "/home/pinj/walls",
"enabled": true,
"fillMode": "crop",
"randomEnabled": true,
"randomIntervalSec": 300,
"transitionDuration": 1500
}
}