From 29eb7780bde8aad5f0c14b0a91b1069a96284d0c Mon Sep 17 00:00:00 2001 From: "Mariano Z." Date: Mon, 1 Dec 2025 09:33:02 -0300 Subject: [PATCH] dev: automated commit - 2025-12-01 09:33:02 --- niri/.config/niri/config.d/binds.kdl | 3 +- niri/.config/niri/config.d/startup.kdl | 3 +- niri/.config/niri/config.d/window-rules.kdl | 1 + noctalia/.config/noctalia/settings.json | 854 ++++++++++---------- zsh/.config/zsh/tmux.zsh | 6 +- 5 files changed, 435 insertions(+), 432 deletions(-) diff --git a/niri/.config/niri/config.d/binds.kdl b/niri/.config/niri/config.d/binds.kdl index 5ee6dfa..7d96aa9 100644 --- a/niri/.config/niri/config.d/binds.kdl +++ b/niri/.config/niri/config.d/binds.kdl @@ -6,7 +6,8 @@ binds { Mod+Shift+T { spawn-sh "~/.local/bin/niri-dev-launcher --no-cache ~/Dev"; } Mod+U { spawn-sh "~/.local/bin/nscratch -id 'uy.com.mzunino' -s 'alacritty --class=uy.com.mzunino'"; } Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; } - Mod+N { spawn-sh "~/.local/bin/sdm-ui.sh dmenu"; } + // Mod+N { spawn-sh "~/.local/bin/sdm-ui.sh dmenu"; } + Mod+N { spawn-sh "qs -c sdm-qs ipc call window toggle"; } Mod+E { spawn-sh "~/.local/bin/niri-launch-or-focus thunar"; } Mod+Shift+N { spawn-sh "~/.local/bin/dotedit"; } Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; } diff --git a/niri/.config/niri/config.d/startup.kdl b/niri/.config/niri/config.d/startup.kdl index 40d5217..d48d412 100644 --- a/niri/.config/niri/config.d/startup.kdl +++ b/niri/.config/niri/config.d/startup.kdl @@ -1,5 +1,6 @@ spawn-sh-at-startup "easyeffects --gapplication-service" -spawn-at-startup "blueman-applet" +spawn-sh-at-startup "qs -c sdm-qs" +spawn-at-startup "nm-applet" spawn-at-startup "nm-applet" spawn-at-startup "zen-twilight" diff --git a/niri/.config/niri/config.d/window-rules.kdl b/niri/.config/niri/config.d/window-rules.kdl index 488f556..0cf3cc3 100644 --- a/niri/.config/niri/config.d/window-rules.kdl +++ b/niri/.config/niri/config.d/window-rules.kdl @@ -9,6 +9,7 @@ window-rule { window-rule { match app-id=r#"^com\.mzunino\.dev\."# open-on-workspace "Dev" + open-maximized true } window-rule { diff --git a/noctalia/.config/noctalia/settings.json b/noctalia/.config/noctalia/settings.json index 13c01dc..a9e59e9 100644 --- a/noctalia/.config/noctalia/settings.json +++ b/noctalia/.config/noctalia/settings.json @@ -1,431 +1,435 @@ { - "appLauncher": { - "customLaunchPrefix": "", - "customLaunchPrefixEnabled": false, - "enableClipPreview": true, - "enableClipboardHistory": true, - "pinnedExecs": [], - "position": "center", - "sortByMostUsed": true, - "terminalCommand": "alacritty -e", - "useApp2Unit": false, - "viewMode": "list" - }, - "audio": { - "cavaFrameRate": 60, - "externalMixer": "pwvucontrol || pavucontrol", - "mprisBlacklist": [], - "preferredPlayer": "mpv", - "visualizerQuality": "high", - "visualizerType": "linear", - "volumeOverdrive": false, - "volumeStep": 5 - }, - "bar": { - "backgroundOpacity": 0, - "capsuleOpacity": 1, - "density": "default", - "exclusive": true, - "floating": false, - "marginHorizontal": 0, - "marginVertical": 0, - "monitors": [], - "outerCorners": false, - "position": "top", - "showCapsule": true, - "widgets": { - "center": [ - { - "hideMode": "hidden", - "hideWhenIdle": false, - "id": "MediaMini", - "maxWidth": 145, - "scrollingMode": "always", - "showAlbumArt": true, - "showArtistFirst": true, - "showProgressRing": true, - "showVisualizer": true, - "useFixedWidth": false, - "visualizerType": "linear" + "appLauncher": { + "customLaunchPrefix": "", + "customLaunchPrefixEnabled": false, + "enableClipPreview": true, + "enableClipboardHistory": true, + "pinnedExecs": [ + ], + "position": "center", + "sortByMostUsed": true, + "terminalCommand": "alacritty -e", + "useApp2Unit": false, + "viewMode": "list" + }, + "audio": { + "cavaFrameRate": 60, + "externalMixer": "pwvucontrol || pavucontrol", + "mprisBlacklist": [ + ], + "preferredPlayer": "mpv", + "visualizerQuality": "high", + "visualizerType": "linear", + "volumeOverdrive": false, + "volumeStep": 5 + }, + "bar": { + "backgroundOpacity": 0, + "capsuleOpacity": 1, + "density": "default", + "exclusive": true, + "floating": false, + "marginHorizontal": 0, + "marginVertical": 0, + "monitors": [ + ], + "outerCorners": false, + "position": "top", + "showCapsule": true, + "widgets": { + "center": [ + { + "hideMode": "hidden", + "hideWhenIdle": false, + "id": "MediaMini", + "maxWidth": 145, + "scrollingMode": "always", + "showAlbumArt": true, + "showArtistFirst": true, + "showProgressRing": true, + "showVisualizer": true, + "useFixedWidth": false, + "visualizerType": "linear" + } + ], + "left": [ + { + "characterCount": 10, + "followFocusedScreen": true, + "hideUnoccupied": true, + "id": "Workspace", + "labelMode": "index+name" + }, + { + "colorizeIcons": false, + "hideMode": "transparent", + "id": "ActiveWindow", + "maxWidth": 145, + "scrollingMode": "hover", + "showIcon": true, + "useFixedWidth": false + } + ], + "right": [ + { + "id": "ScreenRecorder" + }, + { + "deviceNativePath": "", + "displayMode": "alwaysShow", + "id": "Battery", + "warningThreshold": 23 + }, + { + "displayMode": "onhover", + "id": "Bluetooth" + }, + { + "displayMode": "alwaysShow", + "id": "WiFi" + }, + { + "displayMode": "alwaysShow", + "id": "Volume" + }, + { + "customFont": "Arial", + "formatHorizontal": "HH:mm ddd, MMM dd", + "formatVertical": "HH mm - dd MM", + "id": "Clock", + "useCustomFont": true, + "usePrimaryColor": true + }, + { + "hideWhenZero": true, + "id": "NotificationHistory", + "showUnreadBadge": true + }, + { + "blacklist": [ + "nm-applet", + "*blue*" + ], + "colorizeIcons": true, + "drawerEnabled": true, + "id": "Tray", + "pinned": [ + "nm-applet" + ] + } + ] } - ], - "left": [ - { - "characterCount": 10, - "followFocusedScreen": true, - "hideUnoccupied": true, - "id": "Workspace", - "labelMode": "index+name" - }, - { - "colorizeIcons": false, - "hideMode": "transparent", - "id": "ActiveWindow", - "maxWidth": 145, - "scrollingMode": "hover", - "showIcon": true, - "useFixedWidth": false + }, + "brightness": { + "brightnessStep": 1, + "enableDdcSupport": false, + "enforceMinimum": true + }, + "calendar": { + "cards": [ + { + "enabled": true, + "id": "banner-card" + }, + { + "enabled": true, + "id": "calendar-card" + }, + { + "enabled": true, + "id": "timer-card" + }, + { + "enabled": true, + "id": "weather-card" + } + ] + }, + "changelog": { + "lastSeenVersion": "" + }, + "colorSchemes": { + "darkMode": true, + "generateTemplatesForPredefined": true, + "manualSunrise": "06:30", + "manualSunset": "18:30", + "matugenSchemeType": "scheme-monochrome", + "predefinedScheme": "Eldritch", + "schedulingMode": "off", + "useWallpaperColors": false + }, + "controlCenter": { + "cards": [ + { + "enabled": true, + "id": "profile-card" + }, + { + "enabled": true, + "id": "shortcuts-card" + }, + { + "enabled": true, + "id": "audio-card" + }, + { + "enabled": true, + "id": "weather-card" + }, + { + "enabled": false, + "id": "media-sysmon-card" + } + ], + "position": "top_center", + "shortcuts": { + "left": [ + { + "id": "WiFi" + }, + { + "id": "Bluetooth" + }, + { + "id": "ScreenRecorder" + }, + { + "id": "WallpaperSelector" + } + ], + "right": [ + { + "id": "Notifications" + }, + { + "id": "PowerProfile" + }, + { + "id": "KeepAwake" + }, + { + "id": "NightLight" + } + ] } - ], - "right": [ - { - "id": "ScreenRecorder" - }, - { - "displayMode": "alwaysShow", - "id": "Battery", - "warningThreshold": 23 - }, - { - "displayMode": "onhover", - "id": "Bluetooth" - }, - { - "displayMode": "alwaysShow", - "id": "WiFi" - }, - { - "displayMode": "alwaysShow", - "id": "Volume" - }, - { - "customFont": "Arial", - "formatHorizontal": "HH:mm ddd, MMM dd", - "formatVertical": "HH mm - dd MM", - "id": "Clock", - "useCustomFont": true, - "usePrimaryColor": true - }, - { - "hideWhenZero": true, - "id": "NotificationHistory", - "showUnreadBadge": true - }, - { - "blacklist": ["nm-applet", "*blue*"], - "colorizeIcons": true, - "drawerEnabled": true, - "id": "Tray", - "pinned": ["nm-applet"] - } - ] - } - }, - "brightness": { - "brightnessStep": 1, - "enableDdcSupport": false, - "enforceMinimum": true - }, - "calendar": { - "cards": [ - { - "enabled": true, - "id": "banner-card" - }, - { - "enabled": true, - "id": "calendar-card" - }, - { - "enabled": true, - "id": "timer-card" - }, - { - "enabled": true, - "id": "weather-card" - } - ] - }, - "changelog": { - "lastSeenVersion": "" - }, - "colorSchemes": { - "darkMode": true, - "generateTemplatesForPredefined": true, - "manualSunrise": "06:30", - "manualSunset": "18:30", - "matugenSchemeType": "scheme-monochrome", - "predefinedScheme": "Eldritch", - "schedulingMode": "off", - "useWallpaperColors": false - }, - "controlCenter": { - "cards": [ - { - "enabled": true, - "id": "profile-card" - }, - { - "enabled": true, - "id": "shortcuts-card" - }, - { - "enabled": true, - "id": "audio-card" - }, - { - "enabled": true, - "id": "weather-card" - }, - { + }, + "dock": { + "backgroundOpacity": 1, + "colorizeIcons": false, + "displayMode": "always_visible", "enabled": false, - "id": "media-sysmon-card" - } - ], - "position": "top_center", - "shortcuts": { - "left": [ - { - "id": "WiFi" - }, - { - "id": "Bluetooth" - }, - { - "id": "ScreenRecorder" - }, - { - "id": "WallpaperSelector" - } - ], - "right": [ - { - "id": "Notifications" - }, - { - "id": "PowerProfile" - }, - { - "id": "KeepAwake" - }, - { - "id": "NightLight" - } - ] + "floatingRatio": 0.85, + "monitors": [ + ], + "onlySameOutput": true, + "pinnedApps": [ + ], + "radiusRatio": 1, + "size": 0.89 + }, + "general": { + "allowPanelsOnScreenWithoutBar": true, + "animationDisabled": true, + "animationSpeed": 0.1, + "avatarImage": "/home/mzunino/Sync/Documents/cv/img/profile.jpg", + "compactLockScreen": true, + "dimmerOpacity": 0.8, + "enableShadows": false, + "forceBlackScreenCorners": false, + "language": "", + "lockOnSuspend": true, + "radiusRatio": 0.41000000000000003, + "scaleRatio": 1, + "screenRadiusRatio": 0, + "shadowDirection": "bottom_right", + "shadowOffsetX": 2, + "shadowOffsetY": 3, + "showHibernateOnLockScreen": false, + "showScreenCorners": true + }, + "hooks": { + "darkModeChange": "", + "enabled": false, + "wallpaperChange": "" + }, + "location": { + "analogClockInCalendar": false, + "firstDayOfWeek": -1, + "name": "Montevideo, Uruguay", + "showCalendarEvents": true, + "showCalendarWeather": true, + "showWeekNumberInCalendar": false, + "use12hourFormat": false, + "useFahrenheit": false, + "weatherEnabled": true, + "weatherShowEffects": true + }, + "network": { + "wifiEnabled": true + }, + "nightLight": { + "autoSchedule": true, + "dayTemp": "6500", + "enabled": true, + "forced": true, + "manualSunrise": "06:30", + "manualSunset": "18:30", + "nightTemp": "4000" + }, + "notifications": { + "backgroundOpacity": 0.91, + "criticalUrgencyDuration": 15, + "enableKeyboardLayoutToast": true, + "enabled": true, + "location": "top_right", + "lowUrgencyDuration": 3, + "monitors": [ + ], + "normalUrgencyDuration": 8, + "overlayLayer": true, + "respectExpireTimeout": true + }, + "osd": { + "autoHideMs": 2000, + "backgroundOpacity": 1, + "enabled": true, + "enabledTypes": [ + 0, + 1, + 2, + 3 + ], + "location": "left", + "monitors": [ + ], + "overlayLayer": true + }, + "screenRecorder": { + "audioCodec": "opus", + "audioSource": "default_output", + "colorRange": "limited", + "directory": "/home/mzunino/Videos/recordings", + "frameRate": 60, + "quality": "high", + "showCursor": true, + "videoCodec": "h264", + "videoSource": "portal" + }, + "sessionMenu": { + "countdownDuration": 5000, + "enableCountdown": true, + "position": "center", + "powerOptions": [ + { + "action": "lock", + "countdownEnabled": true, + "enabled": true + }, + { + "action": "suspend", + "countdownEnabled": true, + "enabled": true + }, + { + "action": "hibernate", + "countdownEnabled": true, + "enabled": true + }, + { + "action": "reboot", + "countdownEnabled": true, + "enabled": true + }, + { + "action": "logout", + "countdownEnabled": true, + "enabled": true + }, + { + "action": "shutdown", + "countdownEnabled": true, + "enabled": true + } + ], + "showHeader": true + }, + "settingsVersion": 25, + "systemMonitor": { + "cpuCriticalThreshold": 90, + "cpuPollingInterval": 3000, + "cpuWarningThreshold": 80, + "criticalColor": "#e67e80", + "diskCriticalThreshold": 90, + "diskPollingInterval": 3000, + "diskWarningThreshold": 80, + "memCriticalThreshold": 90, + "memPollingInterval": 3000, + "memWarningThreshold": 80, + "networkPollingInterval": 3000, + "tempCriticalThreshold": 90, + "tempPollingInterval": 3000, + "tempWarningThreshold": 80, + "useCustomColors": true, + "warningColor": "#9da9a0" + }, + "templates": { + "alacritty": true, + "cava": false, + "code": false, + "discord": true, + "emacs": false, + "enableUserTemplates": false, + "foot": false, + "fuzzel": true, + "ghostty": true, + "gtk": true, + "kcolorscheme": true, + "kitty": false, + "niri": false, + "pywalfox": false, + "qt": true, + "spicetify": false, + "telegram": false, + "vicinae": false, + "walker": false, + "wezterm": false + }, + "ui": { + "fontDefault": "Roboto", + "fontDefaultScale": 1, + "fontFixed": "DejaVu Sans Mono", + "fontFixedScale": 1, + "panelBackgroundOpacity": 1, + "panelsAttachedToBar": true, + "settingsPanelAttachToBar": true, + "tooltipsEnabled": false + }, + "wallpaper": { + "directory": "/home/mzunino/Pictures", + "enableMultiMonitorDirectories": false, + "enabled": true, + "fillColor": "#000000", + "fillMode": "crop", + "hideWallpaperFilenames": false, + "monitorDirectories": [ + ], + "overviewEnabled": true, + "panelPosition": "follow_bar", + "randomEnabled": true, + "randomIntervalSec": 900, + "recursiveSearch": true, + "setWallpaperOnAllMonitors": true, + "transitionDuration": 1500, + "transitionEdgeSmoothness": 0, + "transitionType": "random", + "useWallhaven": false, + "wallhavenCategories": "100", + "wallhavenOrder": "desc", + "wallhavenPurity": "111", + "wallhavenQuery": "", + "wallhavenResolutionHeight": "", + "wallhavenResolutionMode": "atleast", + "wallhavenResolutionWidth": "", + "wallhavenSorting": "views" } - }, - "dock": { - "backgroundOpacity": 1, - "colorizeIcons": false, - "displayMode": "always_visible", - "enabled": false, - "floatingRatio": 0.85, - "monitors": [], - "onlySameOutput": true, - "pinnedApps": [], - "radiusRatio": 1, - "size": 0.89 - }, - "general": { - "allowPanelsOnScreenWithoutBar": true, - "animationDisabled": true, - "animationSpeed": 0.1, - "avatarImage": "/home/mzunino/Sync/Documents/cv/img/profile.jpg", - "compactLockScreen": true, - "dimmerOpacity": 0.8, - "enableShadows": false, - "forceBlackScreenCorners": false, - "language": "", - "lockOnSuspend": true, - "radiusRatio": 0.41000000000000003, - "scaleRatio": 1, - "screenRadiusRatio": 0, - "shadowDirection": "bottom_right", - "shadowOffsetX": 2, - "shadowOffsetY": 3, - "showHibernateOnLockScreen": false, - "showScreenCorners": true - }, - "hooks": { - "darkModeChange": "", - "enabled": false, - "wallpaperChange": "" - }, - "location": { - "analogClockInCalendar": false, - "firstDayOfWeek": -1, - "name": "Montevideo, Uruguay", - "showCalendarEvents": true, - "showCalendarWeather": true, - "showWeekNumberInCalendar": false, - "use12hourFormat": false, - "useFahrenheit": false, - "weatherEnabled": true, - "weatherShowEffects": true - }, - "network": { - "wifiEnabled": true - }, - "nightLight": { - "autoSchedule": true, - "dayTemp": "6500", - "enabled": true, - "forced": false, - "manualSunrise": "06:30", - "manualSunset": "18:30", - "nightTemp": "4000" - }, - "notifications": { - "backgroundOpacity": 0.91, - "criticalUrgencyDuration": 15, - "enableKeyboardLayoutToast": true, - "enabled": true, - "location": "top_right", - "lowUrgencyDuration": 3, - "monitors": [], - "normalUrgencyDuration": 8, - "overlayLayer": true, - "respectExpireTimeout": true - }, - "osd": { - "autoHideMs": 2000, - "backgroundOpacity": 1, - "enabled": true, - "enabledTypes": [0, 1, 2, 3], - "location": "left", - "monitors": [], - "overlayLayer": true - }, - "screenRecorder": { - "audioCodec": "opus", - "audioSource": "default_output", - "colorRange": "limited", - "directory": "/home/mzunino/Videos/recordings", - "frameRate": 60, - "quality": "high", - "showCursor": true, - "videoCodec": "h264", - "videoSource": "portal" - }, - "sessionMenu": { - "countdownDuration": 5000, - "enableCountdown": true, - "position": "center", - "powerOptions": [ - { - "action": "lock", - "countdownEnabled": true, - "enabled": true - }, - { - "action": "suspend", - "countdownEnabled": true, - "enabled": true - }, - { - "action": "hibernate", - "countdownEnabled": true, - "enabled": true - }, - { - "action": "reboot", - "countdownEnabled": true, - "enabled": true - }, - { - "action": "logout", - "countdownEnabled": true, - "enabled": true - }, - { - "action": "shutdown", - "countdownEnabled": true, - "enabled": true - } - ], - "showHeader": true - }, - "settingsVersion": 25, - "systemMonitor": { - "cpuCriticalThreshold": 90, - "cpuPollingInterval": 3000, - "cpuWarningThreshold": 80, - "criticalColor": "#e67e80", - "diskCriticalThreshold": 90, - "diskPollingInterval": 3000, - "diskWarningThreshold": 80, - "memCriticalThreshold": 90, - "memPollingInterval": 3000, - "memWarningThreshold": 80, - "networkPollingInterval": 3000, - "tempCriticalThreshold": 90, - "tempPollingInterval": 3000, - "tempWarningThreshold": 80, - "useCustomColors": true, - "warningColor": "#9da9a0" - }, - "templates": { - "alacritty": true, - "cava": false, - "code": false, - "discord": true, - "enableUserTemplates": false, - "foot": false, - "fuzzel": true, - "ghostty": true, - "gtk": true, - "kcolorscheme": true, - "kitty": false, - "pywalfox": false, - "qt": true, - "spicetify": false, - "telegram": false, - "vicinae": false, - "walker": false, - "wezterm": false - }, - "ui": { - "fontDefault": "Roboto", - "fontDefaultScale": 1, - "fontFixed": "DejaVu Sans Mono", - "fontFixedScale": 1, - "panelBackgroundOpacity": 1, - "panelsAttachedToBar": true, - "settingsPanelAttachToBar": true, - "tooltipsEnabled": false - }, - "wallpaper": { - "defaultWallpaper": "/nix/store/q8gbabnhr8b2r4s57d1pgchqvz0hf0cc-noctalia-shell-76a182a90cd31539019fb3c99f002ea56d028df3/share/noctalia-shell/Assets/Wallpaper/noctalia.png", - "directory": "/home/mzunino/Pictures", - "enableMultiMonitorDirectories": false, - "enabled": true, - "fillColor": "#000000", - "fillMode": "crop", - "hideWallpaperFilenames": false, - "monitors": [ - { - "directory": "/home/mzunino/Pictures", - "name": "HDMI-A-1", - "wallpaper": "/home/mzunino/Pictures/wallhaven-721296.jpg" - }, - { - "directory": "/home/mzunino/Pictures", - "name": "DP-1", - "wallpaper": "/home/mzunino/Pictures/wallhaven_4d8xe3.jpg" - }, - { - "directory": "/home/mzunino/Pictures", - "name": "eDP-1", - "wallpaper": "/home/mzunino/Pictures/wallhaven-555609.jpg" - } - ], - "overviewEnabled": true, - "panelPosition": "follow_bar", - "randomEnabled": true, - "randomIntervalSec": 900, - "recursiveSearch": true, - "setWallpaperOnAllMonitors": true, - "transitionDuration": 1500, - "transitionEdgeSmoothness": 0, - "transitionType": "random", - "useWallhaven": false, - "wallhavenCategories": "100", - "wallhavenOrder": "desc", - "wallhavenPurity": "111", - "wallhavenQuery": "", - "wallhavenResolutionHeight": "", - "wallhavenResolutionMode": "atleast", - "wallhavenResolutionWidth": "", - "wallhavenSorting": "views" - } } diff --git a/zsh/.config/zsh/tmux.zsh b/zsh/.config/zsh/tmux.zsh index 7018111..4b71ce0 100644 --- a/zsh/.config/zsh/tmux.zsh +++ b/zsh/.config/zsh/tmux.zsh @@ -4,11 +4,7 @@ if [ -z "$TMUX" ]; then elif [ -z "$DISPLAY" ]; then : else - if command -v timeout >/dev/null 2>&1; then - if timeout 0.1 sh -c 'tmux ls >/dev/null 2>&1' 2>/dev/null; then - tmux attach -t default 2>/dev/null || tmux new -s default - fi - elif tmux ls >/dev/null 2>&1; then + if command -v tmux >/dev/null 2>&1; then tmux attach -t default 2>/dev/null || tmux new -s default fi fi