repos / dotfiles

my dotfiles

commit
ed95d72
parent
798d5d1
author
Eric Bower
date
2026-02-01 11:21:11 -0500 EST
chore: noctalia cfg
2 files changed,  +38, -26
M dot_config/noctalia/colors.json
+16, -16
 1@@ -1,18 +1,18 @@
 2 {
 3-    "mError": "#c34043",
 4-    "mHover": "#7e9cd8",
 5-    "mOnError": "#1f1f28",
 6-    "mOnHover": "#1f1f28",
 7-    "mOnPrimary": "#1f1f28",
 8-    "mOnSecondary": "#1f1f28",
 9-    "mOnSurface": "#c8c093",
10-    "mOnSurfaceVariant": "#717c7c",
11-    "mOnTertiary": "#1f1f28",
12-    "mOutline": "#363646",
13-    "mPrimary": "#76946a",
14-    "mSecondary": "#c0a36e",
15-    "mShadow": "#1f1f28",
16-    "mSurface": "#1f1f28",
17-    "mSurfaceVariant": "#2a2a37",
18-    "mTertiary": "#7e9cd8"
19+    "mError": "#ff5555",
20+    "mHover": "#8be9fd",
21+    "mOnError": "#282a36",
22+    "mOnHover": "#003543",
23+    "mOnPrimary": "#282a36",
24+    "mOnSecondary": "#4e1d32",
25+    "mOnSurface": "#f8f8f2",
26+    "mOnSurfaceVariant": "#d6d8e0",
27+    "mOnTertiary": "#003543",
28+    "mOutline": "#5a5e77",
29+    "mPrimary": "#bd93f9",
30+    "mSecondary": "#ff79c6",
31+    "mShadow": "#282a36",
32+    "mSurface": "#282a36",
33+    "mSurfaceVariant": "#44475a",
34+    "mTertiary": "#8be9fd"
35 }
M dot_config/noctalia/settings.json
+22, -10
  1@@ -18,7 +18,7 @@
  2         "showCategories": true,
  3         "showIconBackground": false,
  4         "sortByMostUsed": true,
  5-        "terminalCommand": "alacritty -e",
  6+        "terminalCommand": "foot",
  7         "useApp2Unit": false,
  8         "viewMode": "list"
  9     },
 10@@ -26,7 +26,7 @@
 11         "cavaFrameRate": 30,
 12         "mprisBlacklist": [
 13         ],
 14-        "preferredPlayer": "",
 15+        "preferredPlayer": "mpv",
 16         "visualizerType": "linear",
 17         "volumeFeedback": false,
 18         "volumeOverdrive": false,
 19@@ -46,7 +46,7 @@
 20         "marginVertical": 4,
 21         "monitors": [
 22         ],
 23-        "outerCorners": true,
 24+        "outerCorners": false,
 25         "position": "bottom",
 26         "screenOverrides": [
 27         ],
 28@@ -194,7 +194,7 @@
 29         "manualSunrise": "06:30",
 30         "manualSunset": "18:30",
 31         "monitorForColors": "",
 32-        "predefinedScheme": "Kanagawa",
 33+        "predefinedScheme": "Dracula",
 34         "schedulingMode": "off",
 35         "useWallpaperColors": false
 36     },
 37@@ -213,7 +213,7 @@
 38                 "id": "audio-card"
 39             },
 40             {
 41-                "enabled": false,
 42+                "enabled": true,
 43                 "id": "brightness-card"
 44             },
 45             {
 46@@ -226,7 +226,7 @@
 47             }
 48         ],
 49         "diskPath": "/",
 50-        "position": "close_to_bar_button",
 51+        "position": "bottom_right",
 52         "shortcuts": {
 53             "left": [
 54                 {
 55@@ -301,7 +301,7 @@
 56         "lockScreenCountdownDuration": 10000,
 57         "radiusRatio": 1,
 58         "scaleRatio": 1,
 59-        "screenRadiusRatio": 1,
 60+        "screenRadiusRatio": 0,
 61         "shadowDirection": "bottom_right",
 62         "shadowOffsetX": 2,
 63         "shadowOffsetY": 3,
 64@@ -373,7 +373,7 @@
 65         },
 66         "sounds": {
 67             "criticalSoundFile": "",
 68-            "enabled": false,
 69+            "enabled": true,
 70             "excludedApps": "discord,firefox,chrome,chromium,edge",
 71             "lowSoundFile": "",
 72             "normalSoundFile": "",
 73@@ -404,26 +404,38 @@
 74         "powerOptions": [
 75             {
 76                 "action": "lock",
 77+                "command": "",
 78+                "countdownEnabled": true,
 79                 "enabled": true
 80             },
 81             {
 82                 "action": "suspend",
 83+                "command": "",
 84+                "countdownEnabled": true,
 85                 "enabled": true
 86             },
 87             {
 88                 "action": "hibernate",
 89+                "command": "",
 90+                "countdownEnabled": true,
 91                 "enabled": true
 92             },
 93             {
 94                 "action": "reboot",
 95+                "command": "",
 96+                "countdownEnabled": true,
 97                 "enabled": true
 98             },
 99             {
100                 "action": "logout",
101+                "command": "",
102+                "countdownEnabled": true,
103                 "enabled": true
104             },
105             {
106                 "action": "shutdown",
107+                "command": "",
108+                "countdownEnabled": true,
109                 "enabled": true
110             }
111         ],
112@@ -471,9 +483,9 @@
113         "fontFixed": "JetBrainsMono NF",
114         "fontFixedScale": 1,
115         "networkPanelView": "wifi",
116-        "panelBackgroundOpacity": 0.93,
117+        "panelBackgroundOpacity": 1,
118         "panelsAttachedToBar": true,
119-        "settingsPanelMode": "attached",
120+        "settingsPanelMode": "centered",
121         "tooltipsEnabled": true,
122         "wifiDetailsViewMode": "grid"
123     },