a dotfile but it's really big
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

noctalia: remove default pinned apps

+489 -495
+489 -495
modules/desktop/wm/noctalia/settings.json
··· 1 1 { 2 - "settingsVersion": 0, 3 - "appLauncher": { 4 - "autoPasteClipboard": false, 5 - "clipboardWrapText": true, 6 - "customLaunchPrefix": "", 7 - "customLaunchPrefixEnabled": false, 8 - "enableClipPreview": true, 9 - "enableClipboardHistory": false, 10 - "enableSettingsSearch": true, 11 - "iconMode": "native", 12 - "ignoreMouseInput": false, 13 - "pinnedApps": [ 14 - "firefox-devedition", 15 - "com.mitchellh.ghostty", 16 - "vesktop", 17 - "signal" 18 - ], 19 - "position": "center", 20 - "screenshotAnnotationTool": "", 21 - "showCategories": false, 22 - "showIconBackground": false, 23 - "sortByMostUsed": true, 24 - "terminalCommand": "ghostty -e", 25 - "useApp2Unit": false, 26 - "viewMode": "grid" 27 - }, 28 - "audio": { 29 - "cavaFrameRate": 30, 30 - "mprisBlacklist": [], 31 - "preferredPlayer": "", 32 - "visualizerType": "linear", 33 - "volumeFeedback": false, 34 - "volumeOverdrive": false, 35 - "volumeStep": 5 36 - }, 37 - "bar": { 38 - "backgroundOpacity": 0.93, 39 - "barType": "simple", 40 - "capsuleOpacity": 1, 41 - "density": "default", 42 - "exclusive": true, 43 - "floating": false, 44 - "frameRadius": 12, 45 - "frameThickness": 8, 46 - "hideOnOverview": false, 47 - "marginHorizontal": 4, 48 - "marginVertical": 4, 49 - "monitors": [], 50 - "outerCorners": true, 51 - "position": "top", 52 - "screenOverrides": [], 53 - "showCapsule": true, 54 - "showOutline": false, 55 - "useSeparateOpacity": false, 56 - "widgets": { 57 - "center": [ 58 - { 59 - "characterCount": 2, 60 - "colorizeIcons": false, 61 - "emptyColor": "secondary", 62 - "enableScrollWheel": true, 63 - "focusedColor": "primary", 64 - "followFocusedScreen": false, 65 - "groupedBorderOpacity": 1, 66 - "hideUnoccupied": false, 67 - "iconScale": 0.8, 68 - "id": "Workspace", 69 - "labelMode": "index", 70 - "occupiedColor": "secondary", 71 - "showApplications": false, 72 - "showBadge": true, 73 - "showLabelsOnlyWhenOccupied": true, 74 - "unfocusedIconsOpacity": 1 75 - } 76 - ], 77 - "left": [ 78 - { 79 - "icon": "rocket", 80 - "id": "Launcher", 81 - "usePrimaryColor": false 82 - }, 83 - { 84 - "customFont": "", 85 - "formatHorizontal": "HH:mm ddd, MMM dd", 86 - "formatVertical": "HH mm - dd MM", 87 - "id": "Clock", 88 - "tooltipFormat": "HH:mm ddd, MMM dd", 89 - "useCustomFont": false, 90 - "usePrimaryColor": false 91 - }, 92 - { 93 - "compactMode": true, 94 - "diskPath": "/", 95 - "id": "SystemMonitor", 96 - "showCpuTemp": true, 97 - "showCpuUsage": true, 98 - "showDiskUsage": false, 99 - "showGpuTemp": false, 100 - "showLoadAverage": false, 101 - "showMemoryAsPercent": false, 102 - "showMemoryUsage": true, 103 - "showNetworkStats": false, 104 - "showSwapUsage": false, 105 - "useMonospaceFont": true, 106 - "usePrimaryColor": false 107 - }, 108 - { 109 - "colorizeIcons": false, 110 - "hideMode": "hidden", 111 - "id": "ActiveWindow", 112 - "maxWidth": 145, 113 - "scrollingMode": "hover", 114 - "showIcon": true, 115 - "useFixedWidth": false 116 - }, 117 - { 118 - "compactMode": false, 119 - "compactShowAlbumArt": true, 120 - "compactShowVisualizer": false, 121 - "hideMode": "hidden", 122 - "hideWhenIdle": false, 123 - "id": "MediaMini", 124 - "maxWidth": 145, 125 - "panelShowAlbumArt": true, 126 - "panelShowVisualizer": true, 127 - "scrollingMode": "hover", 128 - "showAlbumArt": true, 129 - "showArtistFirst": true, 130 - "showProgressRing": true, 131 - "showVisualizer": false, 132 - "useFixedWidth": false, 133 - "visualizerType": "linear" 134 - } 135 - ], 136 - "right": [ 137 - { 138 - "blacklist": [], 139 - "colorizeIcons": false, 140 - "drawerEnabled": true, 141 - "hidePassive": false, 142 - "id": "Tray", 143 - "pinned": [] 144 - }, 145 - { 146 - "hideWhenZero": false, 147 - "hideWhenZeroUnread": false, 148 - "id": "NotificationHistory", 149 - "showUnreadBadge": true 150 - }, 151 - { 152 - "deviceNativePath": "", 153 - "displayMode": "onhover", 154 - "hideIfIdle": false, 155 - "hideIfNotDetected": true, 156 - "id": "Battery", 157 - "showNoctaliaPerformance": false, 158 - "showPowerProfiles": false, 159 - "warningThreshold": 30 160 - }, 161 - { 162 - "displayMode": "onhover", 163 - "id": "Volume", 164 - "middleClickCommand": "pwvucontrol || pavucontrol" 165 - }, 166 - { 167 - "displayMode": "onhover", 168 - "id": "Brightness" 169 - }, 170 - { 171 - "colorizeDistroLogo": false, 172 - "colorizeSystemIcon": "none", 173 - "customIconPath": "", 174 - "enableColorization": false, 175 - "icon": "noctalia", 176 - "id": "ControlCenter", 177 - "useDistroLogo": false 178 - } 179 - ] 180 - } 181 - }, 182 - "brightness": { 183 - "brightnessStep": 5, 184 - "enableDdcSupport": false, 185 - "enforceMinimum": true 186 - }, 187 - "calendar": { 188 - "cards": [ 189 - { 190 - "enabled": true, 191 - "id": "calendar-header-card" 192 - }, 193 - { 194 - "enabled": true, 195 - "id": "calendar-month-card" 196 - }, 197 - { 198 - "enabled": true, 199 - "id": "weather-card" 200 - } 201 - ] 202 - }, 203 - "colorSchemes": { 204 - "darkMode": true, 205 - "generationMethod": "tonal-spot", 206 - "manualSunrise": "06:30", 207 - "manualSunset": "18:30", 208 - "monitorForColors": "", 209 - "predefinedScheme": "Catppuccin", 210 - "schedulingMode": "off", 211 - "useWallpaperColors": false 212 - }, 213 - "controlCenter": { 214 - "cards": [ 215 - { 216 - "enabled": true, 217 - "id": "profile-card" 218 - }, 219 - { 220 - "enabled": true, 221 - "id": "shortcuts-card" 222 - }, 223 - { 224 - "enabled": true, 225 - "id": "audio-card" 226 - }, 227 - { 228 - "enabled": false, 229 - "id": "brightness-card" 230 - }, 231 - { 232 - "enabled": true, 233 - "id": "weather-card" 234 - }, 235 - { 236 - "enabled": true, 237 - "id": "media-sysmon-card" 238 - } 239 - ], 240 - "diskPath": "/", 241 - "position": "close_to_bar_button", 242 - "shortcuts": { 243 - "left": [ 244 - { "id": "Network" }, 245 - { "id": "Bluetooth" }, 246 - { "id": "WallpaperSelector" }, 247 - { "id": "NoctaliaPerformance" } 248 - ], 249 - "right": [ 250 - { "id": "Notifications" }, 251 - { "id": "PowerProfile" }, 252 - { "id": "KeepAwake" }, 253 - { "id": "NightLight" } 254 - ] 255 - } 256 - }, 257 - "desktopWidgets": { 258 - "enabled": false, 259 - "gridSnap": false, 260 - "monitorWidgets": [] 261 - }, 262 - "dock": { 263 - "animationSpeed": 1, 264 - "backgroundOpacity": 1, 265 - "colorizeIcons": false, 266 - "deadOpacity": 0.6, 267 - "displayMode": "auto_hide", 268 - "enabled": true, 269 - "floatingRatio": 1, 270 - "inactiveIndicators": false, 271 - "monitors": ["eDP-1"], 272 - "onlySameOutput": true, 273 - "pinnedApps": [], 274 - "pinnedStatic": false, 275 - "position": "bottom", 276 - "size": 1 277 - }, 278 - "general": { 279 - "allowPanelsOnScreenWithoutBar": true, 280 - "animationDisabled": false, 281 - "animationSpeed": 1, 282 - "autoStartAuth": false, 283 - "avatarImage": "/run/.face", 284 - "boxRadiusRatio": 1, 285 - "compactLockScreen": false, 286 - "dimmerOpacity": 0.2, 287 - "enableLockScreenCountdown": true, 288 - "enableShadows": true, 289 - "forceBlackScreenCorners": false, 290 - "iRadiusRatio": 1, 291 - "language": "", 292 - "lockOnSuspend": true, 293 - "lockScreenCountdownDuration": 10000, 294 - "radiusRatio": 1, 295 - "scaleRatio": 1, 296 - "screenRadiusRatio": 0, 297 - "shadowDirection": "bottom_right", 298 - "shadowOffsetX": 2, 299 - "shadowOffsetY": 3, 300 - "showChangelogOnStartup": true, 301 - "showHibernateOnLockScreen": false, 302 - "showScreenCorners": false, 303 - "showSessionButtonsOnLockScreen": true, 304 - "telemetryEnabled": false 305 - }, 306 - "hooks": { 307 - "darkModeChange": "", 308 - "enabled": false, 309 - "performanceModeDisabled": "", 310 - "performanceModeEnabled": "", 311 - "screenLock": "", 312 - "screenUnlock": "", 313 - "session": "", 314 - "startup": "", 315 - "wallpaperChange": "" 316 - }, 317 - "location": { 318 - "analogClockInCalendar": false, 319 - "firstDayOfWeek": -1, 320 - "hideWeatherCityName": false, 321 - "hideWeatherTimezone": false, 322 - "name": "Paris", 323 - "showCalendarEvents": true, 324 - "showCalendarWeather": true, 325 - "showWeekNumberInCalendar": false, 326 - "use12hourFormat": false, 327 - "useFahrenheit": false, 328 - "weatherEnabled": true, 329 - "weatherShowEffects": true 330 - }, 331 - "network": { 332 - "bluetoothDetailsViewMode": "grid", 333 - "bluetoothHideUnnamedDevices": false, 334 - "bluetoothRssiPollIntervalMs": 10000, 335 - "bluetoothRssiPollingEnabled": false, 336 - "wifiDetailsViewMode": "grid", 337 - "wifiEnabled": true 338 - }, 339 - "nightLight": { 340 - "autoSchedule": true, 341 - "dayTemp": "6500", 342 - "enabled": false, 343 - "forced": false, 344 - "manualSunrise": "06:30", 345 - "manualSunset": "18:30", 346 - "nightTemp": "4000" 347 - }, 348 - "notifications": { 349 - "backgroundOpacity": 1, 350 - "criticalUrgencyDuration": 15, 351 - "enableKeyboardLayoutToast": true, 352 - "enableMediaToast": false, 353 - "enabled": true, 354 - "location": "top_right", 355 - "lowUrgencyDuration": 3, 356 - "monitors": [], 357 - "normalUrgencyDuration": 8, 358 - "overlayLayer": true, 359 - "respectExpireTimeout": false, 360 - "saveToHistory": { 361 - "critical": true, 362 - "low": true, 363 - "normal": true 364 - }, 365 - "sounds": { 366 - "criticalSoundFile": "", 367 - "enabled": false, 368 - "excludedApps": "discord,firefox,chrome,chromium,edge", 369 - "lowSoundFile": "", 370 - "normalSoundFile": "", 371 - "separateSounds": false, 372 - "volume": 0.5 373 - } 374 - }, 375 - "osd": { 376 - "autoHideMs": 2000, 377 - "backgroundOpacity": 1, 378 - "enabled": true, 379 - "enabledTypes": [0, 1, 2], 380 - "location": "top_right", 381 - "monitors": [], 382 - "overlayLayer": true 383 - }, 384 - "sessionMenu": { 385 - "countdownDuration": 10000, 386 - "enableCountdown": true, 387 - "largeButtonsLayout": "grid", 388 - "largeButtonsStyle": false, 389 - "position": "center", 390 - "powerOptions": [ 391 - { 392 - "action": "lock", 393 - "enabled": true 394 - }, 395 - { 396 - "action": "suspend", 397 - "enabled": true 398 - }, 399 - { 400 - "action": "hibernate", 401 - "enabled": true 402 - }, 403 - { 404 - "action": "reboot", 405 - "enabled": true 406 - }, 407 - { 408 - "action": "logout", 409 - "enabled": true 410 - }, 411 - { 412 - "action": "shutdown", 413 - "enabled": true 414 - } 415 - ], 416 - "showHeader": true, 417 - "showNumberLabels": true 418 - }, 419 - "systemMonitor": { 420 - "cpuCriticalThreshold": 90, 421 - "cpuPollingInterval": 3000, 422 - "cpuWarningThreshold": 80, 423 - "criticalColor": "", 424 - "diskCriticalThreshold": 90, 425 - "diskPollingInterval": 30000, 426 - "diskWarningThreshold": 80, 427 - "enableDgpuMonitoring": false, 428 - "externalMonitor": "resources || missioncenter || jdsystemmonitor || corestats || system-monitoring-center || gnome-system-monitor || plasma-systemmonitor || mate-system-monitor || ukui-system-monitor || deepin-system-monitor || pantheon-system-monitor", 429 - "gpuCriticalThreshold": 90, 430 - "gpuPollingInterval": 3000, 431 - "gpuWarningThreshold": 80, 432 - "loadAvgPollingInterval": 3000, 433 - "memCriticalThreshold": 90, 434 - "memPollingInterval": 3000, 435 - "memWarningThreshold": 80, 436 - "networkPollingInterval": 3000, 437 - "swapCriticalThreshold": 90, 438 - "swapWarningThreshold": 80, 439 - "tempCriticalThreshold": 90, 440 - "tempPollingInterval": 3000, 441 - "tempWarningThreshold": 80, 442 - "useCustomColors": false, 443 - "warningColor": "" 444 - }, 445 - "templates": { 446 - "activeTemplates": [], 447 - "enableUserTheming": false 448 - }, 449 - "ui": { 450 - "bluetoothDetailsViewMode": "grid", 451 - "bluetoothHideUnnamedDevices": false, 452 - "boxBorderEnabled": false, 453 - "fontDefault": "Lexend", 454 - "fontDefaultScale": 1, 455 - "fontFixed": "MonoLisa", 456 - "fontFixedScale": 1, 457 - "networkPanelView": "wifi", 458 - "panelBackgroundOpacity": 0.93, 459 - "panelsAttachedToBar": true, 460 - "settingsPanelMode": "attached", 461 - "tooltipsEnabled": true, 462 - "wifiDetailsViewMode": "grid" 463 - }, 464 - "wallpaper": { 465 - "automationEnabled": false, 466 - "directory": "/home/kar/Pictures/Wallpapers", 467 - "enableMultiMonitorDirectories": false, 468 - "enabled": true, 469 - "fillColor": "#000000", 470 - "fillMode": "crop", 471 - "hideWallpaperFilenames": false, 472 - "monitorDirectories": [], 473 - "overviewEnabled": false, 474 - "panelPosition": "follow_bar", 475 - "randomIntervalSec": 300, 476 - "setWallpaperOnAllMonitors": true, 477 - "showHiddenFiles": false, 478 - "solidColor": "#1a1a2e", 479 - "transitionDuration": 1500, 480 - "transitionEdgeSmoothness": 0.05, 481 - "transitionType": "random", 482 - "useSolidColor": false, 483 - "useWallhaven": true, 484 - "viewMode": "single", 485 - "wallhavenApiKey": "", 486 - "wallhavenCategories": "111", 487 - "wallhavenOrder": "desc", 488 - "wallhavenPurity": "100", 489 - "wallhavenQuery": "catppuccin", 490 - "wallhavenRatios": "", 491 - "wallhavenResolutionHeight": "", 492 - "wallhavenResolutionMode": "atleast", 493 - "wallhavenResolutionWidth": "", 494 - "wallhavenSorting": "relevance", 495 - "wallpaperChangeMode": "random" 496 - } 2 + "settingsVersion": 0, 3 + "appLauncher": { 4 + "autoPasteClipboard": false, 5 + "clipboardWrapText": true, 6 + "customLaunchPrefix": "", 7 + "customLaunchPrefixEnabled": false, 8 + "enableClipPreview": true, 9 + "enableClipboardHistory": false, 10 + "enableSettingsSearch": true, 11 + "iconMode": "native", 12 + "ignoreMouseInput": false, 13 + "position": "center", 14 + "screenshotAnnotationTool": "", 15 + "showCategories": false, 16 + "showIconBackground": false, 17 + "sortByMostUsed": true, 18 + "terminalCommand": "ghostty -e", 19 + "useApp2Unit": false, 20 + "viewMode": "grid" 21 + }, 22 + "audio": { 23 + "cavaFrameRate": 30, 24 + "mprisBlacklist": [], 25 + "preferredPlayer": "", 26 + "visualizerType": "linear", 27 + "volumeFeedback": false, 28 + "volumeOverdrive": false, 29 + "volumeStep": 5 30 + }, 31 + "bar": { 32 + "backgroundOpacity": 0.93, 33 + "barType": "simple", 34 + "capsuleOpacity": 1, 35 + "density": "default", 36 + "exclusive": true, 37 + "floating": false, 38 + "frameRadius": 12, 39 + "frameThickness": 8, 40 + "hideOnOverview": false, 41 + "marginHorizontal": 4, 42 + "marginVertical": 4, 43 + "monitors": [], 44 + "outerCorners": true, 45 + "position": "top", 46 + "screenOverrides": [], 47 + "showCapsule": true, 48 + "showOutline": false, 49 + "useSeparateOpacity": false, 50 + "widgets": { 51 + "center": [ 52 + { 53 + "characterCount": 2, 54 + "colorizeIcons": false, 55 + "emptyColor": "secondary", 56 + "enableScrollWheel": true, 57 + "focusedColor": "primary", 58 + "followFocusedScreen": false, 59 + "groupedBorderOpacity": 1, 60 + "hideUnoccupied": false, 61 + "iconScale": 0.8, 62 + "id": "Workspace", 63 + "labelMode": "index", 64 + "occupiedColor": "secondary", 65 + "showApplications": false, 66 + "showBadge": true, 67 + "showLabelsOnlyWhenOccupied": true, 68 + "unfocusedIconsOpacity": 1 69 + } 70 + ], 71 + "left": [ 72 + { 73 + "icon": "rocket", 74 + "id": "Launcher", 75 + "usePrimaryColor": false 76 + }, 77 + { 78 + "customFont": "", 79 + "formatHorizontal": "HH:mm ddd, MMM dd", 80 + "formatVertical": "HH mm - dd MM", 81 + "id": "Clock", 82 + "tooltipFormat": "HH:mm ddd, MMM dd", 83 + "useCustomFont": false, 84 + "usePrimaryColor": false 85 + }, 86 + { 87 + "compactMode": true, 88 + "diskPath": "/", 89 + "id": "SystemMonitor", 90 + "showCpuTemp": true, 91 + "showCpuUsage": true, 92 + "showDiskUsage": false, 93 + "showGpuTemp": false, 94 + "showLoadAverage": false, 95 + "showMemoryAsPercent": false, 96 + "showMemoryUsage": true, 97 + "showNetworkStats": false, 98 + "showSwapUsage": false, 99 + "useMonospaceFont": true, 100 + "usePrimaryColor": false 101 + }, 102 + { 103 + "colorizeIcons": false, 104 + "hideMode": "hidden", 105 + "id": "ActiveWindow", 106 + "maxWidth": 145, 107 + "scrollingMode": "hover", 108 + "showIcon": true, 109 + "useFixedWidth": false 110 + }, 111 + { 112 + "compactMode": false, 113 + "compactShowAlbumArt": true, 114 + "compactShowVisualizer": false, 115 + "hideMode": "hidden", 116 + "hideWhenIdle": false, 117 + "id": "MediaMini", 118 + "maxWidth": 145, 119 + "panelShowAlbumArt": true, 120 + "panelShowVisualizer": true, 121 + "scrollingMode": "hover", 122 + "showAlbumArt": true, 123 + "showArtistFirst": true, 124 + "showProgressRing": true, 125 + "showVisualizer": false, 126 + "useFixedWidth": false, 127 + "visualizerType": "linear" 128 + } 129 + ], 130 + "right": [ 131 + { 132 + "blacklist": [], 133 + "colorizeIcons": false, 134 + "drawerEnabled": true, 135 + "hidePassive": false, 136 + "id": "Tray", 137 + "pinned": [] 138 + }, 139 + { 140 + "hideWhenZero": false, 141 + "hideWhenZeroUnread": false, 142 + "id": "NotificationHistory", 143 + "showUnreadBadge": true 144 + }, 145 + { 146 + "deviceNativePath": "", 147 + "displayMode": "onhover", 148 + "hideIfIdle": false, 149 + "hideIfNotDetected": true, 150 + "id": "Battery", 151 + "showNoctaliaPerformance": false, 152 + "showPowerProfiles": false, 153 + "warningThreshold": 30 154 + }, 155 + { 156 + "displayMode": "onhover", 157 + "id": "Volume", 158 + "middleClickCommand": "pwvucontrol || pavucontrol" 159 + }, 160 + { 161 + "displayMode": "onhover", 162 + "id": "Brightness" 163 + }, 164 + { 165 + "colorizeDistroLogo": false, 166 + "colorizeSystemIcon": "none", 167 + "customIconPath": "", 168 + "enableColorization": false, 169 + "icon": "noctalia", 170 + "id": "ControlCenter", 171 + "useDistroLogo": false 172 + } 173 + ] 174 + } 175 + }, 176 + "brightness": { 177 + "brightnessStep": 5, 178 + "enableDdcSupport": false, 179 + "enforceMinimum": true 180 + }, 181 + "calendar": { 182 + "cards": [ 183 + { 184 + "enabled": true, 185 + "id": "calendar-header-card" 186 + }, 187 + { 188 + "enabled": true, 189 + "id": "calendar-month-card" 190 + }, 191 + { 192 + "enabled": true, 193 + "id": "weather-card" 194 + } 195 + ] 196 + }, 197 + "colorSchemes": { 198 + "darkMode": true, 199 + "generationMethod": "tonal-spot", 200 + "manualSunrise": "06:30", 201 + "manualSunset": "18:30", 202 + "monitorForColors": "", 203 + "predefinedScheme": "Catppuccin", 204 + "schedulingMode": "off", 205 + "useWallpaperColors": false 206 + }, 207 + "controlCenter": { 208 + "cards": [ 209 + { 210 + "enabled": true, 211 + "id": "profile-card" 212 + }, 213 + { 214 + "enabled": true, 215 + "id": "shortcuts-card" 216 + }, 217 + { 218 + "enabled": true, 219 + "id": "audio-card" 220 + }, 221 + { 222 + "enabled": false, 223 + "id": "brightness-card" 224 + }, 225 + { 226 + "enabled": true, 227 + "id": "weather-card" 228 + }, 229 + { 230 + "enabled": true, 231 + "id": "media-sysmon-card" 232 + } 233 + ], 234 + "diskPath": "/", 235 + "position": "close_to_bar_button", 236 + "shortcuts": { 237 + "left": [ 238 + { "id": "Network" }, 239 + { "id": "Bluetooth" }, 240 + { "id": "WallpaperSelector" }, 241 + { "id": "NoctaliaPerformance" } 242 + ], 243 + "right": [ 244 + { "id": "Notifications" }, 245 + { "id": "PowerProfile" }, 246 + { "id": "KeepAwake" }, 247 + { "id": "NightLight" } 248 + ] 249 + } 250 + }, 251 + "desktopWidgets": { 252 + "enabled": false, 253 + "gridSnap": false, 254 + "monitorWidgets": [] 255 + }, 256 + "dock": { 257 + "animationSpeed": 1, 258 + "backgroundOpacity": 1, 259 + "colorizeIcons": false, 260 + "deadOpacity": 0.6, 261 + "displayMode": "auto_hide", 262 + "enabled": true, 263 + "floatingRatio": 1, 264 + "inactiveIndicators": false, 265 + "monitors": ["eDP-1"], 266 + "onlySameOutput": true, 267 + "pinnedApps": [], 268 + "pinnedStatic": false, 269 + "position": "bottom", 270 + "size": 1 271 + }, 272 + "general": { 273 + "allowPanelsOnScreenWithoutBar": true, 274 + "animationDisabled": false, 275 + "animationSpeed": 1, 276 + "autoStartAuth": false, 277 + "avatarImage": "/run/.face", 278 + "boxRadiusRatio": 1, 279 + "compactLockScreen": false, 280 + "dimmerOpacity": 0.2, 281 + "enableLockScreenCountdown": true, 282 + "enableShadows": true, 283 + "forceBlackScreenCorners": false, 284 + "iRadiusRatio": 1, 285 + "language": "", 286 + "lockOnSuspend": true, 287 + "lockScreenCountdownDuration": 10000, 288 + "radiusRatio": 1, 289 + "scaleRatio": 1, 290 + "screenRadiusRatio": 0, 291 + "shadowDirection": "bottom_right", 292 + "shadowOffsetX": 2, 293 + "shadowOffsetY": 3, 294 + "showChangelogOnStartup": true, 295 + "showHibernateOnLockScreen": false, 296 + "showScreenCorners": false, 297 + "showSessionButtonsOnLockScreen": true, 298 + "telemetryEnabled": false 299 + }, 300 + "hooks": { 301 + "darkModeChange": "", 302 + "enabled": false, 303 + "performanceModeDisabled": "", 304 + "performanceModeEnabled": "", 305 + "screenLock": "", 306 + "screenUnlock": "", 307 + "session": "", 308 + "startup": "", 309 + "wallpaperChange": "" 310 + }, 311 + "location": { 312 + "analogClockInCalendar": false, 313 + "firstDayOfWeek": -1, 314 + "hideWeatherCityName": false, 315 + "hideWeatherTimezone": false, 316 + "name": "Paris", 317 + "showCalendarEvents": true, 318 + "showCalendarWeather": true, 319 + "showWeekNumberInCalendar": false, 320 + "use12hourFormat": false, 321 + "useFahrenheit": false, 322 + "weatherEnabled": true, 323 + "weatherShowEffects": true 324 + }, 325 + "network": { 326 + "bluetoothDetailsViewMode": "grid", 327 + "bluetoothHideUnnamedDevices": false, 328 + "bluetoothRssiPollIntervalMs": 10000, 329 + "bluetoothRssiPollingEnabled": false, 330 + "wifiDetailsViewMode": "grid", 331 + "wifiEnabled": true 332 + }, 333 + "nightLight": { 334 + "autoSchedule": true, 335 + "dayTemp": "6500", 336 + "enabled": false, 337 + "forced": false, 338 + "manualSunrise": "06:30", 339 + "manualSunset": "18:30", 340 + "nightTemp": "4000" 341 + }, 342 + "notifications": { 343 + "backgroundOpacity": 1, 344 + "criticalUrgencyDuration": 15, 345 + "enableKeyboardLayoutToast": true, 346 + "enableMediaToast": false, 347 + "enabled": true, 348 + "location": "top_right", 349 + "lowUrgencyDuration": 3, 350 + "monitors": [], 351 + "normalUrgencyDuration": 8, 352 + "overlayLayer": true, 353 + "respectExpireTimeout": false, 354 + "saveToHistory": { 355 + "critical": true, 356 + "low": true, 357 + "normal": true 358 + }, 359 + "sounds": { 360 + "criticalSoundFile": "", 361 + "enabled": false, 362 + "excludedApps": "discord,firefox,chrome,chromium,edge", 363 + "lowSoundFile": "", 364 + "normalSoundFile": "", 365 + "separateSounds": false, 366 + "volume": 0.5 367 + } 368 + }, 369 + "osd": { 370 + "autoHideMs": 2000, 371 + "backgroundOpacity": 1, 372 + "enabled": true, 373 + "enabledTypes": [0, 1, 2], 374 + "location": "top_right", 375 + "monitors": [], 376 + "overlayLayer": true 377 + }, 378 + "sessionMenu": { 379 + "countdownDuration": 10000, 380 + "enableCountdown": true, 381 + "largeButtonsLayout": "grid", 382 + "largeButtonsStyle": false, 383 + "position": "center", 384 + "powerOptions": [ 385 + { 386 + "action": "lock", 387 + "enabled": true 388 + }, 389 + { 390 + "action": "suspend", 391 + "enabled": true 392 + }, 393 + { 394 + "action": "hibernate", 395 + "enabled": true 396 + }, 397 + { 398 + "action": "reboot", 399 + "enabled": true 400 + }, 401 + { 402 + "action": "logout", 403 + "enabled": true 404 + }, 405 + { 406 + "action": "shutdown", 407 + "enabled": true 408 + } 409 + ], 410 + "showHeader": true, 411 + "showNumberLabels": true 412 + }, 413 + "systemMonitor": { 414 + "cpuCriticalThreshold": 90, 415 + "cpuPollingInterval": 3000, 416 + "cpuWarningThreshold": 80, 417 + "criticalColor": "", 418 + "diskCriticalThreshold": 90, 419 + "diskPollingInterval": 30000, 420 + "diskWarningThreshold": 80, 421 + "enableDgpuMonitoring": false, 422 + "externalMonitor": "resources || missioncenter || jdsystemmonitor || corestats || system-monitoring-center || gnome-system-monitor || plasma-systemmonitor || mate-system-monitor || ukui-system-monitor || deepin-system-monitor || pantheon-system-monitor", 423 + "gpuCriticalThreshold": 90, 424 + "gpuPollingInterval": 3000, 425 + "gpuWarningThreshold": 80, 426 + "loadAvgPollingInterval": 3000, 427 + "memCriticalThreshold": 90, 428 + "memPollingInterval": 3000, 429 + "memWarningThreshold": 80, 430 + "networkPollingInterval": 3000, 431 + "swapCriticalThreshold": 90, 432 + "swapWarningThreshold": 80, 433 + "tempCriticalThreshold": 90, 434 + "tempPollingInterval": 3000, 435 + "tempWarningThreshold": 80, 436 + "useCustomColors": false, 437 + "warningColor": "" 438 + }, 439 + "templates": { 440 + "activeTemplates": [], 441 + "enableUserTheming": false 442 + }, 443 + "ui": { 444 + "bluetoothDetailsViewMode": "grid", 445 + "bluetoothHideUnnamedDevices": false, 446 + "boxBorderEnabled": false, 447 + "fontDefault": "Lexend", 448 + "fontDefaultScale": 1, 449 + "fontFixed": "MonoLisa", 450 + "fontFixedScale": 1, 451 + "networkPanelView": "wifi", 452 + "panelBackgroundOpacity": 0.93, 453 + "panelsAttachedToBar": true, 454 + "settingsPanelMode": "attached", 455 + "tooltipsEnabled": true, 456 + "wifiDetailsViewMode": "grid" 457 + }, 458 + "wallpaper": { 459 + "automationEnabled": false, 460 + "directory": "/home/kar/Pictures/Wallpapers", 461 + "enableMultiMonitorDirectories": false, 462 + "enabled": true, 463 + "fillColor": "#000000", 464 + "fillMode": "crop", 465 + "hideWallpaperFilenames": false, 466 + "monitorDirectories": [], 467 + "overviewEnabled": false, 468 + "panelPosition": "follow_bar", 469 + "randomIntervalSec": 300, 470 + "setWallpaperOnAllMonitors": true, 471 + "showHiddenFiles": false, 472 + "solidColor": "#1a1a2e", 473 + "transitionDuration": 1500, 474 + "transitionEdgeSmoothness": 0.05, 475 + "transitionType": "random", 476 + "useSolidColor": false, 477 + "useWallhaven": true, 478 + "viewMode": "single", 479 + "wallhavenApiKey": "", 480 + "wallhavenCategories": "111", 481 + "wallhavenOrder": "desc", 482 + "wallhavenPurity": "100", 483 + "wallhavenQuery": "catppuccin", 484 + "wallhavenRatios": "", 485 + "wallhavenResolutionHeight": "", 486 + "wallhavenResolutionMode": "atleast", 487 + "wallhavenResolutionWidth": "", 488 + "wallhavenSorting": "relevance", 489 + "wallpaperChangeMode": "random" 490 + } 497 491 }