repos / dotfiles

my dotfiles

commit
59f3511
parent
5c18779
author
Eric Bower
date
2026-03-30 22:56:42 -0400 EDT
chore: noctalia
1 files changed,  +28, -11
M dot_config/noctalia/settings.json
+28, -11
  1@@ -8,7 +8,9 @@
  2         "customLaunchPrefixEnabled": false,
  3         "density": "default",
  4         "enableClipPreview": true,
  5+        "enableClipboardChips": true,
  6         "enableClipboardHistory": false,
  7+        "enableClipboardSmartIcons": true,
  8         "enableSessionSearch": true,
  9         "enableSettingsSearch": true,
 10         "enableWindowsSearch": true,
 11@@ -23,7 +25,6 @@
 12         "showIconBackground": false,
 13         "sortByMostUsed": true,
 14         "terminalCommand": "foot",
 15-        "useApp2Unit": false,
 16         "viewMode": "list"
 17     },
 18     "audio": {
 19@@ -31,6 +32,7 @@
 20         ],
 21         "preferredPlayer": "mpv",
 22         "spectrumFrameRate": 30,
 23+        "spectrumMirrored": true,
 24         "visualizerType": "linear",
 25         "volumeFeedback": false,
 26         "volumeFeedbackSoundFile": "",
 27@@ -48,7 +50,6 @@
 28         "density": "default",
 29         "displayMode": "always_visible",
 30         "enableExclusionZoneInset": true,
 31-        "floating": false,
 32         "fontScale": 1,
 33         "frameRadius": 12,
 34         "frameThickness": 8,
 35@@ -204,6 +205,11 @@
 36                     "useCustomFont": false
 37                 },
 38                 {
 39+                    "defaultSettings": {
 40+                        "connectedColor": "primary",
 41+                        "disconnectedColor": "none",
 42+                        "displayMode": "onhover"
 43+                    },
 44                     "id": "plugin:network-manager-vpn"
 45                 }
 46             ]
 47@@ -327,8 +333,10 @@
 48         "indicatorColor": "primary",
 49         "indicatorOpacity": 0.6,
 50         "indicatorThickness": 3,
 51+        "launcherIcon": "",
 52         "launcherIconColor": "none",
 53         "launcherPosition": "end",
 54+        "launcherUseDistroLogo": false,
 55         "monitors": [
 56         ],
 57         "onlySameOutput": true,
 58@@ -406,6 +414,7 @@
 59         "telemetryEnabled": false
 60     },
 61     "hooks": {
 62+        "colorGeneration": "",
 63         "darkModeChange": "",
 64         "enabled": false,
 65         "performanceModeDisabled": "",
 66@@ -453,17 +462,16 @@
 67         "bluetoothRssiPollingEnabled": false,
 68         "disableDiscoverability": false,
 69         "networkPanelView": "wifi",
 70-        "wifiDetailsViewMode": "list",
 71-        "wifiEnabled": true
 72+        "wifiDetailsViewMode": "grid"
 73     },
 74     "nightLight": {
 75-        "autoSchedule": true,
 76+        "autoSchedule": false,
 77         "dayTemp": "6500",
 78         "enabled": true,
 79         "forced": false,
 80-        "manualSunrise": "06:30",
 81-        "manualSunset": "18:30",
 82-        "nightTemp": "3003"
 83+        "manualSunrise": "08:00",
 84+        "manualSunset": "19:00",
 85+        "nightTemp": "3508"
 86     },
 87     "noctaliaPerformance": {
 88         "disableDesktopWidgets": true,
 89@@ -516,7 +524,8 @@
 90         "overlayLayer": true
 91     },
 92     "plugins": {
 93-        "autoUpdate": false
 94+        "autoUpdate": false,
 95+        "notifyUpdates": true
 96     },
 97     "sessionMenu": {
 98         "countdownDuration": 10000,
 99@@ -571,7 +580,7 @@
100         "showHeader": true,
101         "showKeybinds": true
102     },
103-    "settingsVersion": 57,
104+    "settingsVersion": 59,
105     "systemMonitor": {
106         "batteryCriticalThreshold": 5,
107         "batteryWarningThreshold": 20,
108@@ -638,7 +647,15 @@
109         "sortOrder": "name",
110         "transitionDuration": 1500,
111         "transitionEdgeSmoothness": 0.05,
112-        "transitionType": "random",
113+        "transitionType": [
114+            "fade",
115+            "disc",
116+            "stripes",
117+            "wipe",
118+            "pixelate",
119+            "honeycomb"
120+        ],
121+        "useOriginalImages": false,
122         "useSolidColor": false,
123         "useWallhaven": false,
124         "viewMode": "single",