Browse Source

Merge pull request #268 from JohnRTitor/patch-swww

patch-swww: at startup, always start swww-daemon explicitly
pull/270/head^2
Ja.KooLit 2 years ago committed by GitHub
parent
commit
0a2c8d0436
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      config/hypr/UserConfigs/Startup_Apps.conf

4
config/hypr/UserConfigs/Startup_Apps.conf

@ -9,7 +9,7 @@ $lock = $scriptsDir/LockScreen.sh
$SwwwRandom = $UserScripts/WallpaperAutoChange.sh
# wallpaper stuff / More wallpaper options below
exec-once = swww query || swww-daemon --format xrgb
exec-once = swww-daemon --format xrgb
exec-once = $SwwwRandom $wallDIR # random wallpaper switcher every 30 minutes
# Startup
@ -41,7 +41,7 @@ exec-once = hypridle &
exec-once = pypr &
# Here are list of features available but disabled by default
# exec-once = swww query || swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper
# exec-once = swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper
#gnome polkit for nixos
#exec-once = $scriptsDir/Polkit-NixOS.sh

Loading…
Cancel
Save