mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 04:39:25 +00:00
Switch to a random swaybg background
This commit is contained in:
@ -24,8 +24,10 @@ bind = SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar
|
||||
source = ~/.local/share/omarchy/default/hypr/envs.conf
|
||||
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
exec-once = hypridle & hyprpaper & swaync & waybar
|
||||
exec-once = hypridle & swaync & waybar
|
||||
|
||||
# Set a random image from ~/.local/share/backgrounds as the background
|
||||
exec-once = swaybg -i $(find ~/.local/share/backgrounds/ -type f -print0 | shuf -zn1 | xargs -0 printf '%s\n')
|
||||
|
||||
#####################
|
||||
### LOOK AND FEEL ###
|
||||
|
Reference in New Issue
Block a user