aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/hypr
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-01 13:30:57 -0600
committerCraig Jennings <c@cjennings.net>2026-02-01 13:30:57 -0600
commit8c4d47f1e97dfa8e875e21cf57e88f3bb35d3eb8 (patch)
treef2feb4f78cb607c930a34934a271b6c3806d531d /dotfiles/hyprland/.config/hypr
parent753accea633238c8cdde3cc9d25e31b6b132c79b (diff)
downloadarchsetup-8c4d47f1e97dfa8e875e21cf57e88f3bb35d3eb8.tar.gz
archsetup-8c4d47f1e97dfa8e875e21cf57e88f3bb35d3eb8.zip
fix(hyprland): remove set-theme from startup, sync theme files
set-theme was running on every Hyprland startup, overwriting stow symlinks with theme file contents. This caused config changes to revert on login. Removed exec-once call - theme switching is now manual only ($mod+Y). Synced waybar.css theme file to match current config (pulseaudio module, idle_inhibitor styling).
Diffstat (limited to 'dotfiles/hyprland/.config/hypr')
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprland.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf
index aef8d2e..c9c3999 100644
--- a/dotfiles/hyprland/.config/hypr/hyprland.conf
+++ b/dotfiles/hyprland/.config/hypr/hyprland.conf
@@ -22,7 +22,6 @@ exec-once = hyprpm -n update && sleep 1 && hyprctl dismissnotify -1
# Desktop appearance (after portal is ready)
exec-once = swww-daemon && sleep 1 && swww img ~/pictures/wallpaper/trondheim-norway.jpg
exec-once = waybar > ~/.local/var/log/waybar-$(date +%Y-%m-%d-%H%M%S).log 2>&1
-exec-once = set-theme "$(cat ~/.config/current-theme 2>/dev/null || echo hudson)"
# Background services
exec-once = hypridle > ~/.local/var/log/hypridle-$(date +%Y-%m-%d-%H%M%S).log 2>&1