aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
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
commit6f0f08113d0524154e5f1ba408d41fff762e9358 (patch)
tree310ce7657d46c40fbaf4183fa58eef3adba838be /dotfiles
parent879e2ee0784f4c0d1f1344b8ef7fc711fb1487a2 (diff)
downloadarchsetup-6f0f08113d0524154e5f1ba408d41fff762e9358.tar.gz
archsetup-6f0f08113d0524154e5f1ba408d41fff762e9358.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')
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprland.conf2
-rwxr-xr-xdotfiles/hyprland/.local/bin/set-theme3
2 files changed, 4 insertions, 1 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf
index 1701cc0..13fa7f2 100644
--- a/dotfiles/hyprland/.config/hypr/hyprland.conf
+++ b/dotfiles/hyprland/.config/hypr/hyprland.conf
@@ -12,7 +12,7 @@ monitor=,preferred,auto,auto
# ============================================================================
exec-once = hyprpm reload
exec-once = waybar
-exec-once = swww-daemon && sleep 1 && swww img ~/pictures/wallpaper/dark-lion.jpg
+exec-once = swww-daemon && sleep 1 && swww img ~/pictures/wallpaper/trondheim-norway.jpg
exec-once = dunst
exec-once = hypridle
exec-once = gammastep
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 &