Files
nixos/.config/quickshell/noctalia/settings.json
Melvin Ragusa d3d7242351 add: .config
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 14:58:13 +01:00

39 lines
1.2 KiB
JSON

{
"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
}
}