repos / dotfiles

my dotfiles

commit
f2a4e10
parent
05cee7b
author
Eric Bower
date
2026-04-19 15:11:26 -0400 EDT
chore: changes
3 files changed,  +37, -22
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": "#fb4934",
20+    "mHover": "#83a598",
21+    "mOnError": "#282828",
22+    "mOnHover": "#282828",
23+    "mOnPrimary": "#282828",
24+    "mOnSecondary": "#282828",
25+    "mOnSurface": "#fbf1c7",
26+    "mOnSurfaceVariant": "#ebdbb2",
27+    "mOnTertiary": "#282828",
28+    "mOutline": "#57514e",
29+    "mPrimary": "#ebdbb2",
30+    "mSecondary": "#8ec07c",
31+    "mShadow": "#282828",
32+    "mSurface": "#282828",
33+    "mSurfaceVariant": "#3c3836",
34+    "mTertiary": "#83a598"
35 }
M dot_config/noctalia/settings.json
+20, -5
 1@@ -49,7 +49,7 @@
 2         "contentPadding": 2,
 3         "density": "default",
 4         "displayMode": "always_visible",
 5-        "enableExclusionZoneInset": true,
 6+        "enableExclusionZoneInset": false,
 7         "fontScale": 1,
 8         "frameRadius": 12,
 9         "frameThickness": 8,
10@@ -245,7 +245,7 @@
11         "manualSunrise": "06:30",
12         "manualSunset": "18:30",
13         "monitorForColors": "",
14-        "predefinedScheme": "Kanagawa",
15+        "predefinedScheme": "GruvboxAlt",
16         "schedulingMode": "off",
17         "syncGsettings": true,
18         "useWallpaperColors": false
19@@ -363,10 +363,10 @@
20         "clockStyle": "custom",
21         "compactLockScreen": false,
22         "dimmerOpacity": 0.2,
23-        "enableBlurBehind": true,
24+        "enableBlurBehind": false,
25         "enableLockScreenCountdown": true,
26         "enableLockScreenMediaControls": false,
27-        "enableShadows": true,
28+        "enableShadows": false,
29         "forceBlackScreenCorners": false,
30         "iRadiusRatio": 1,
31         "keybinds": {
32@@ -455,7 +455,8 @@
33         "use12hourFormat": true,
34         "useFahrenheit": true,
35         "weatherEnabled": true,
36-        "weatherShowEffects": true
37+        "weatherShowEffects": true,
38+        "weatherTaliaMascotAlways": false
39     },
40     "network": {
41         "bluetoothAutoConnect": true,
42@@ -578,6 +579,20 @@
43                 "countdownEnabled": true,
44                 "enabled": true,
45                 "keybind": "6"
46+            },
47+            {
48+                "action": "userspaceReboot",
49+                "command": "",
50+                "countdownEnabled": true,
51+                "enabled": false,
52+                "keybind": ""
53+            },
54+            {
55+                "action": "rebootToUefi",
56+                "command": "",
57+                "countdownEnabled": true,
58+                "enabled": true,
59+                "keybind": "7"
60             }
61         ],
62         "showHeader": true,
M dot_config/sway/config
+1, -1
1@@ -16,7 +16,7 @@ set $bgreen  #b8bb26
2 set $bblue   #83a598
3 
4 # Color scheme               border    bg        text      indicator child_border
5-client.focused               $bblue    $bblue    $bg0      $bred     $bblue
6+client.focused               $bblue    $bg0      $fg0      $bred     $bblue
7 client.focused_inactive      $bg3      $bg1      $fg2      $bg3      $bg3
8 client.unfocused             $bg3      $bg0      $fg4      $bg3      $bg3
9 client.urgent                $bred     $bred     $fg0      $bred     $bred