Эх сурвалжийг харах

dev: automated commit - 2025-12-22 11:39:25

Mariano Z. 1 сар өмнө
parent
commit
2ab0ec7d83

+ 16 - 16
noctalia/.config/noctalia/colors.json

@@ -1,18 +1,18 @@
 {
-    "mError": "#ffa0a0",
-    "mHover": "#00a66c",
-    "mOnError": "#1a1a1a",
-    "mOnHover": "#0e1015",
-    "mOnPrimary": "#1a1a1a",
-    "mOnSecondary": "#1a1a1a",
-    "mOnSurface": "#ffdacc",
-    "mOnSurfaceVariant": "#f0ebe6",
-    "mOnTertiary": "#1a1a1a",
-    "mOutline": "#5e5148",
-    "mPrimary": "#d06666",
-    "mSecondary": "#ffa247",
-    "mShadow": "#050505",
-    "mSurface": "#1a1a1a",
-    "mSurfaceVariant": "#080808",
-    "mTertiary": "#f0e68c"
+    "mError": "#d95757",
+    "mHover": "#39bae6",
+    "mOnError": "#0b0e14",
+    "mOnHover": "#0b0e14",
+    "mOnPrimary": "#0b0e14",
+    "mOnSecondary": "#0b0e14",
+    "mOnSurface": "#bfbdb6",
+    "mOnSurfaceVariant": "#636a72",
+    "mOnTertiary": "#0b0e14",
+    "mOutline": "#565b66",
+    "mPrimary": "#e6b450",
+    "mSecondary": "#aad94c",
+    "mShadow": "#000000",
+    "mSurface": "#0b0e14",
+    "mSurfaceVariant": "#1e222a",
+    "mTertiary": "#39bae6"
 }

+ 16 - 5
noctalia/.config/noctalia/settings.json

@@ -4,6 +4,7 @@
         "customLaunchPrefixEnabled": false,
         "enableClipPreview": true,
         "enableClipboardHistory": true,
+        "iconMode": "tabler",
         "pinnedExecs": [
         ],
         "position": "center",
@@ -19,7 +20,6 @@
         "mprisBlacklist": [
         ],
         "preferredPlayer": "mpv",
-        "visualizerQuality": "high",
         "visualizerType": "linear",
         "volumeOverdrive": false,
         "volumeStep": 5
@@ -36,6 +36,7 @@
         "outerCorners": false,
         "position": "top",
         "showCapsule": true,
+        "showOutline": false,
         "transparent": true,
         "widgets": {
             "center": [
@@ -57,6 +58,7 @@
                 {
                     "characterCount": 10,
                     "colorizeIcons": false,
+                    "enableScrollWheel": true,
                     "followFocusedScreen": true,
                     "hideUnoccupied": true,
                     "id": "Workspace",
@@ -158,7 +160,7 @@
         "manualSunrise": "06:30",
         "manualSunset": "18:30",
         "matugenSchemeType": "scheme-monochrome",
-        "predefinedScheme": "Eldritch",
+        "predefinedScheme": "Ayu",
         "schedulingMode": "off",
         "useWallpaperColors": false
     },
@@ -220,10 +222,12 @@
     "desktopWidgets": {
         "editMode": false,
         "enabled": false,
+        "gridSnap": false,
         "monitorWidgets": [
         ]
     },
     "dock": {
+        "animationSpeed": 1,
         "backgroundOpacity": 1,
         "colorizeIcons": false,
         "deadOpacity": 0.6,
@@ -265,6 +269,10 @@
     "hooks": {
         "darkModeChange": "",
         "enabled": false,
+        "performanceModeDisabled": "",
+        "performanceModeEnabled": "",
+        "screenLock": "",
+        "screenUnlock": "",
         "wallpaperChange": ""
     },
     "location": {
@@ -330,7 +338,7 @@
     },
     "screenRecorder": {
         "audioCodec": "opus",
-        "audioSource": "default_output",
+        "audioSource": "both",
         "colorRange": "limited",
         "directory": "/home/mzunino/Videos/recordings",
         "frameRate": 60,
@@ -342,6 +350,7 @@
     "sessionMenu": {
         "countdownDuration": 5000,
         "enableCountdown": true,
+        "largeButtonsStyle": false,
         "position": "center",
         "powerOptions": [
             {
@@ -377,7 +386,7 @@
         ],
         "showHeader": true
     },
-    "settingsVersion": 30,
+    "settingsVersion": 31,
     "systemMonitor": {
         "cpuCriticalThreshold": 90,
         "cpuPollingInterval": 3000,
@@ -402,7 +411,7 @@
     },
     "templates": {
         "alacritty": true,
-        "cava": false,
+        "cava": true,
         "code": false,
         "discord": true,
         "emacs": false,
@@ -413,6 +422,7 @@
         "gtk": true,
         "kcolorscheme": true,
         "kitty": false,
+        "mango": false,
         "niri": false,
         "pywalfox": false,
         "qt": true,
@@ -457,6 +467,7 @@
         "wallhavenOrder": "desc",
         "wallhavenPurity": "111",
         "wallhavenQuery": "",
+        "wallhavenRatios": "",
         "wallhavenResolutionHeight": "",
         "wallhavenResolutionMode": "atleast",
         "wallhavenResolutionWidth": "",

+ 1 - 1
zsh/.config/zsh/functions/dev.zsh

@@ -222,7 +222,7 @@ EOF
 
     "")
       echo "Rebuilding NixOS system..."
-      cd ~/.config/nixos/ || exit && nix flake update && sudo nixos-rebuild switch --flake .
+      cd ~/.config/nixos/ || exit && sudo nixos-rebuild switch --flake .
       ;;
 
     *)