dev: automated commit - 2025-11-10 11:58:51

This commit is contained in:
Mariano Z. 2025-11-10 11:58:51 -03:00
parent 2b8553adcc
commit f9d14b0714
2 changed files with 17 additions and 7 deletions

View file

@ -233,7 +233,7 @@
"nightLight": { "nightLight": {
"autoSchedule": true, "autoSchedule": true,
"dayTemp": "6500", "dayTemp": "6500",
"enabled": true, "enabled": false,
"forced": false, "forced": false,
"manualSunrise": "06:30", "manualSunrise": "06:30",
"manualSunset": "18:30", "manualSunset": "18:30",
@ -308,18 +308,28 @@
}, },
"wallpaper": { "wallpaper": {
"defaultWallpaper": "/nix/store/q8gbabnhr8b2r4s57d1pgchqvz0hf0cc-noctalia-shell-76a182a90cd31539019fb3c99f002ea56d028df3/share/noctalia-shell/Assets/Wallpaper/noctalia.png", "defaultWallpaper": "/nix/store/q8gbabnhr8b2r4s57d1pgchqvz0hf0cc-noctalia-shell-76a182a90cd31539019fb3c99f002ea56d028df3/share/noctalia-shell/Assets/Wallpaper/noctalia.png",
"directory": "/home/mzunino/Pictures/Wallpapers", "directory": "/home/mzunino/Pictures",
"enableMultiMonitorDirectories": false, "enableMultiMonitorDirectories": false,
"enabled": false, "enabled": true,
"fillColor": "#000000", "fillColor": "#000000",
"fillMode": "crop", "fillMode": "crop",
"monitors": [ "monitors": [
{
"directory": "/home/mzunino/Pictures",
"name": "HDMI-A-1",
"wallpaper": "/home/mzunino/Pictures/wallhaven-569155.jpg"
},
{
"directory": "/home/mzunino/Pictures",
"name": "DP-1",
"wallpaper": "/home/mzunino/Pictures/wallhaven-569155.jpg"
}
], ],
"overviewEnabled": true, "overviewEnabled": true,
"panelPosition": "follow_bar", "panelPosition": "follow_bar",
"randomEnabled": false, "randomEnabled": true,
"randomIntervalSec": 300, "randomIntervalSec": 900,
"recursiveSearch": false, "recursiveSearch": true,
"setWallpaperOnAllMonitors": true, "setWallpaperOnAllMonitors": true,
"transitionDuration": 1500, "transitionDuration": 1500,
"transitionEdgeSmoothness": 0.05, "transitionEdgeSmoothness": 0.05,

View file

@ -13,8 +13,8 @@ exec {
# #
# # User Interface # # User Interface
exec { exec {
~/.local/bin/randwall
noctalia-shell noctalia-shell
# ~/.local/bin/randwall
# ~/.local/bin/waybar.sh # ~/.local/bin/waybar.sh
} }
# #