|
|
|
|
@ -9,7 +9,7 @@ $lock = $scriptsDir/LockScreen.sh
|
|
|
|
|
$SwwwRandom = $UserScripts/WallpaperAutoChange.sh |
|
|
|
|
|
|
|
|
|
# wallpaper stuff / More wallpaper options below |
|
|
|
|
exec-once = swww query || swww init |
|
|
|
|
exec-once = swww query || swww-daemon --format xrgb |
|
|
|
|
exec-once = $SwwwRandom $wallDIR # random wallpaper switcher every 30 minutes |
|
|
|
|
|
|
|
|
|
# Startup |
|
|
|
|
@ -42,7 +42,7 @@ exec-once = swayidle -w timeout 900 '$lock'
|
|
|
|
|
#exec-once = swayidle -w timeout 900 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' |
|
|
|
|
|
|
|
|
|
# Here are list of features available but disabled by default |
|
|
|
|
#exec-once = swww query || swww init && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper |
|
|
|
|
#exec-once = swww query || swww swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper |
|
|
|
|
|
|
|
|
|
#gnome polkit for nixos |
|
|
|
|
#exec-once = $scriptsDir/Polkit-NixOS.sh |
|
|
|
|
|