Pārlūkot izejas kodu

dev: automated commit - 2025-11-10 10:55:30

Mariano Z. 3 mēneši atpakaļ
vecāks
revīzija
163e816157

+ 0 - 9
applications/.local/share/applications/custom/nvim-kitty.desktop

@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Neovim (Kitty)
-GenericName=Text Editor
-Comment=Open files with Neovim in Kitty terminal
-Exec=kitty --class=nvim-editor nvim %F
-Categories=TextEditor;Development;Utility;
-StartupNotify=true
-Icon=nvim
-Terminal=false

+ 12 - 0
applications/.local/share/applications/custom/nvim.desktop

@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=Neovim
+GenericName=Text Editor
+Comment=Edit text files with Neovim in Ghostty terminal
+Exec=ghostty -e nvim %F
+Terminal=false
+Type=Application
+Keywords=Text;editor;
+Icon=nvim
+Categories=Utility;TextEditor;
+StartupNotify=false
+MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;

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

@@ -1,18 +1,18 @@
 {
-    "mError": "#eb6f92",
-    "mHover": "#524f67",
-    "mOnError": "#191724",
-    "mOnHover": "#e0def4",
-    "mOnPrimary": "#191724",
-    "mOnSecondary": "#191724",
-    "mOnSurface": "#e0def4",
-    "mOnSurfaceVariant": "#908caa",
-    "mOnTertiary": "#e0def4",
-    "mOutline": "#403d52",
-    "mPrimary": "#ebbcba",
-    "mSecondary": "#9ccfd8",
-    "mShadow": "#191724",
-    "mSurface": "#1f1d2e",
-    "mSurfaceVariant": "#26233a",
-    "mTertiary": "#31748f"
+    "mError": "#fd4663",
+    "mHover": "#9bfece",
+    "mOnError": "#0e0e43",
+    "mOnHover": "#0e0e43",
+    "mOnPrimary": "#0e0e43",
+    "mOnSecondary": "#0e0e43",
+    "mOnSurface": "#f3edf7",
+    "mOnSurfaceVariant": "#7c80b4",
+    "mOnTertiary": "#0e0e43",
+    "mOutline": "#21215f",
+    "mPrimary": "#fff59b",
+    "mSecondary": "#a9aefe",
+    "mShadow": "#070722",
+    "mSurface": "#070722",
+    "mSurfaceVariant": "#11112d",
+    "mTertiary": "#9bfece"
 }

+ 17 - 28
noctalia/.config/noctalia/settings.json

@@ -16,21 +16,18 @@
         "mprisBlacklist": [
         ],
         "preferredPlayer": "",
-        "visualizerQuality": "high",
         "visualizerType": "linear",
         "volumeOverdrive": false,
         "volumeStep": 5
     },
     "bar": {
-        "backgroundOpacity": 0.42,
-        "density": "comfortable",
+        "backgroundOpacity": 0,
+        "density": "compact",
         "exclusive": true,
         "floating": true,
-        "marginHorizontal": 0.42,
-        "marginVertical": 0.13,
+        "marginHorizontal": 0,
+        "marginVertical": 0,
         "monitors": [
-            "HDMI-A-1",
-            "DP-1"
         ],
         "outerCorners": false,
         "position": "top",
@@ -68,22 +65,16 @@
             ],
             "right": [
                 {
-                    "id": "SystemMonitor",
-                    "showCpuTemp": true,
-                    "showCpuUsage": true,
-                    "showDiskUsage": false,
-                    "showMemoryAsPercent": false,
-                    "showMemoryUsage": true,
-                    "showNetworkStats": false,
-                    "usePrimaryColor": true
+                    "id": "ScreenRecorder"
                 },
                 {
-                    "id": "ScreenRecorder"
+                    "displayMode": "alwaysShow",
+                    "id": "Brightness"
                 },
                 {
-                    "hideWhenZero": true,
-                    "id": "NotificationHistory",
-                    "showUnreadBadge": true
+                    "displayMode": "alwaysShow",
+                    "id": "Battery",
+                    "warningThreshold": 15
                 },
                 {
                     "displayMode": "onhover",
@@ -98,11 +89,9 @@
                     "usePrimaryColor": true
                 },
                 {
-                    "colorizeDistroLogo": false,
-                    "customIconPath": "",
-                    "icon": "noctalia",
-                    "id": "ControlCenter",
-                    "useDistroLogo": false
+                    "hideWhenZero": true,
+                    "id": "NotificationHistory",
+                    "showUnreadBadge": true
                 },
                 {
                     "blacklist": [
@@ -110,6 +99,7 @@
                     "colorizeIcons": false,
                     "drawerEnabled": true,
                     "favorites": [
+                        "nm-applet"
                     ],
                     "id": "Tray"
                 }
@@ -237,12 +227,12 @@
         "weatherEnabled": true
     },
     "network": {
-        "wifiEnabled": false
+        "wifiEnabled": true
     },
     "nightLight": {
         "autoSchedule": true,
         "dayTemp": "6500",
-        "enabled": false,
+        "enabled": true,
         "forced": false,
         "manualSunrise": "06:30",
         "manualSunset": "18:30",
@@ -280,7 +270,7 @@
         "videoCodec": "h264",
         "videoSource": "portal"
     },
-    "settingsVersion": 21,
+    "settingsVersion": 20,
     "setupCompleted": true,
     "templates": {
         "alacritty": false,
@@ -301,7 +291,6 @@
         "kitty": false,
         "pywalfox": false,
         "qt": false,
-        "spicetify": false,
         "vicinae": false,
         "walker": false,
         "wezterm": false

+ 1 - 1
sway/.config/sway/config.d/autostart

@@ -5,7 +5,7 @@ exec {
     $(nix-locate -w polkit-gnome-authentication-agent-1 | awk '{print $NF}')
     blueman-applet
     nm-applet
-    swaync
+    # swaync
     wlsunset -l -34.9 -L -56.2 -t 4500 -g 0.9
     easyeffects --gapplication-service
     clapboard --record