main: workspace action

This commit is contained in:
2 * r + 2 * t
2025-01-17 16:43:58 +11:00
parent 2185b60b58
commit 47733e964a
3 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ else
# Change the wallpaper and output change if success
hyprctl hyprpaper preload $chosen_wallpaper > /dev/null
for monitor in (hyprctl -j monitors | jq -r '.[].name')
hyprctl hyprpaper wallpaper "$monitor,$chosen_wallpaper" && log "Changed wallpaper on $monitor to $chosen_wallpaper" > /dev/null
hyprctl hyprpaper wallpaper "$monitor,$chosen_wallpaper" > /dev/null && log "Changed wallpaper on $monitor to $chosen_wallpaper"
end
# Unload unused wallpapers to preserve memory