aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.local
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-26 11:28:51 -0600
committerCraig Jennings <c@cjennings.net>2026-01-26 11:28:51 -0600
commitaf75170b6c44596552eec60b28d9eee65b69d05d (patch)
treecd7009ff3c0dde5420a755b49834ac0e1de37779 /dotfiles/hyprland/.local
parent881f2bc64357156b2ff2f071ee1492f769ded168 (diff)
downloadarchsetup-af75170b6c44596552eec60b28d9eee65b69d05d.tar.gz
archsetup-af75170b6c44596552eec60b28d9eee65b69d05d.zip
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.
Diffstat (limited to 'dotfiles/hyprland/.local')
-rwxr-xr-xdotfiles/hyprland/.local/bin/set-theme3
1 files changed, 3 insertions, 0 deletions
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 &