repos / dotfiles

my dotfiles

dotfiles / dot_config / noctalia
Eric Bower  ·  2026-02-01

settings.json

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