From 7ba3bb341955849e0e897f4a4c932bfd49b83a53 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 Jan 2026 11:28:51 -0600 Subject: feat(hyprland): set trondheim-norway.jpg as default wallpaper Update both hyprland.conf startup and set-theme script to use trondheim-norway.jpg as the default wallpaper. --- dotfiles/hyprland/.local/bin/set-theme | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dotfiles/hyprland/.local/bin') diff --git a/dotfiles/hyprland/.local/bin/set-theme b/dotfiles/hyprland/.local/bin/set-theme index 44c256c..e95b27b 100755 --- a/dotfiles/hyprland/.local/bin/set-theme +++ b/dotfiles/hyprland/.local/bin/set-theme @@ -78,6 +78,9 @@ apply_theme() { # Save current theme echo "$theme" > "$CURRENT_FILE" + # Set default wallpaper + swww img ~/pictures/wallpaper/trondheim-norway.jpg 2>/dev/null + # Reload applications killall -SIGUSR2 waybar 2>/dev/null pkill dunst && dunst & -- cgit v1.2.3