dev: automated commit - 2025-12-01 09:33:02

This commit is contained in:
Mariano Z. 2025-12-01 09:33:02 -03:00
parent 0aface6777
commit 29eb7780bd
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
5 changed files with 435 additions and 432 deletions

View file

@ -6,7 +6,8 @@ binds {
Mod+Shift+T { spawn-sh "~/.local/bin/niri-dev-launcher --no-cache ~/Dev"; } 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+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+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+E { spawn-sh "~/.local/bin/niri-launch-or-focus thunar"; }
Mod+Shift+N { spawn-sh "~/.local/bin/dotedit"; } Mod+Shift+N { spawn-sh "~/.local/bin/dotedit"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; } Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }

View file

@ -1,5 +1,6 @@
spawn-sh-at-startup "easyeffects --gapplication-service" 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 "nm-applet"
spawn-at-startup "zen-twilight" spawn-at-startup "zen-twilight"

View file

@ -9,6 +9,7 @@ window-rule {
window-rule { window-rule {
match app-id=r#"^com\.mzunino\.dev\."# match app-id=r#"^com\.mzunino\.dev\."#
open-on-workspace "Dev" open-on-workspace "Dev"
open-maximized true
} }
window-rule { window-rule {

View file

@ -1,431 +1,435 @@
{ {
"appLauncher": { "appLauncher": {
"customLaunchPrefix": "", "customLaunchPrefix": "",
"customLaunchPrefixEnabled": false, "customLaunchPrefixEnabled": false,
"enableClipPreview": true, "enableClipPreview": true,
"enableClipboardHistory": true, "enableClipboardHistory": true,
"pinnedExecs": [], "pinnedExecs": [
"position": "center", ],
"sortByMostUsed": true, "position": "center",
"terminalCommand": "alacritty -e", "sortByMostUsed": true,
"useApp2Unit": false, "terminalCommand": "alacritty -e",
"viewMode": "list" "useApp2Unit": false,
}, "viewMode": "list"
"audio": { },
"cavaFrameRate": 60, "audio": {
"externalMixer": "pwvucontrol || pavucontrol", "cavaFrameRate": 60,
"mprisBlacklist": [], "externalMixer": "pwvucontrol || pavucontrol",
"preferredPlayer": "mpv", "mprisBlacklist": [
"visualizerQuality": "high", ],
"visualizerType": "linear", "preferredPlayer": "mpv",
"volumeOverdrive": false, "visualizerQuality": "high",
"volumeStep": 5 "visualizerType": "linear",
}, "volumeOverdrive": false,
"bar": { "volumeStep": 5
"backgroundOpacity": 0, },
"capsuleOpacity": 1, "bar": {
"density": "default", "backgroundOpacity": 0,
"exclusive": true, "capsuleOpacity": 1,
"floating": false, "density": "default",
"marginHorizontal": 0, "exclusive": true,
"marginVertical": 0, "floating": false,
"monitors": [], "marginHorizontal": 0,
"outerCorners": false, "marginVertical": 0,
"position": "top", "monitors": [
"showCapsule": true, ],
"widgets": { "outerCorners": false,
"center": [ "position": "top",
{ "showCapsule": true,
"hideMode": "hidden", "widgets": {
"hideWhenIdle": false, "center": [
"id": "MediaMini", {
"maxWidth": 145, "hideMode": "hidden",
"scrollingMode": "always", "hideWhenIdle": false,
"showAlbumArt": true, "id": "MediaMini",
"showArtistFirst": true, "maxWidth": 145,
"showProgressRing": true, "scrollingMode": "always",
"showVisualizer": true, "showAlbumArt": true,
"useFixedWidth": false, "showArtistFirst": true,
"visualizerType": "linear" "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": [ "brightness": {
{ "brightnessStep": 1,
"characterCount": 10, "enableDdcSupport": false,
"followFocusedScreen": true, "enforceMinimum": true
"hideUnoccupied": true, },
"id": "Workspace", "calendar": {
"labelMode": "index+name" "cards": [
}, {
{ "enabled": true,
"colorizeIcons": false, "id": "banner-card"
"hideMode": "transparent", },
"id": "ActiveWindow", {
"maxWidth": 145, "enabled": true,
"scrollingMode": "hover", "id": "calendar-card"
"showIcon": true, },
"useFixedWidth": false {
"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": [ "dock": {
{ "backgroundOpacity": 1,
"id": "ScreenRecorder" "colorizeIcons": false,
}, "displayMode": "always_visible",
{
"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"
},
{
"enabled": false, "enabled": false,
"id": "media-sysmon-card" "floatingRatio": 0.85,
} "monitors": [
], ],
"position": "top_center", "onlySameOutput": true,
"shortcuts": { "pinnedApps": [
"left": [ ],
{ "radiusRatio": 1,
"id": "WiFi" "size": 0.89
}, },
{ "general": {
"id": "Bluetooth" "allowPanelsOnScreenWithoutBar": true,
}, "animationDisabled": true,
{ "animationSpeed": 0.1,
"id": "ScreenRecorder" "avatarImage": "/home/mzunino/Sync/Documents/cv/img/profile.jpg",
}, "compactLockScreen": true,
{ "dimmerOpacity": 0.8,
"id": "WallpaperSelector" "enableShadows": false,
} "forceBlackScreenCorners": false,
], "language": "",
"right": [ "lockOnSuspend": true,
{ "radiusRatio": 0.41000000000000003,
"id": "Notifications" "scaleRatio": 1,
}, "screenRadiusRatio": 0,
{ "shadowDirection": "bottom_right",
"id": "PowerProfile" "shadowOffsetX": 2,
}, "shadowOffsetY": 3,
{ "showHibernateOnLockScreen": false,
"id": "KeepAwake" "showScreenCorners": true
}, },
{ "hooks": {
"id": "NightLight" "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"
}
} }

View file

@ -4,11 +4,7 @@ if [ -z "$TMUX" ]; then
elif [ -z "$DISPLAY" ]; then elif [ -z "$DISPLAY" ]; then
: :
else else
if command -v timeout >/dev/null 2>&1; then if command -v tmux >/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
tmux attach -t default 2>/dev/null || tmux new -s default tmux attach -t default 2>/dev/null || tmux new -s default
fi fi
fi fi