mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 04:39:25 +00:00
Change background setup to cycle
This commit is contained in:
@ -8,5 +8,5 @@ HISTFILESIZE="${HISTSIZE}"
|
||||
# source /usr/share/bash-completion/bash_completion
|
||||
|
||||
# Set complete path
|
||||
export PATH="./bin:$HOME/.local/bin:$PATH"
|
||||
export PATH="./bin:$HOME/.local/bin:$HOME/.local/share/omarchy/bin:$PATH"
|
||||
set +h
|
||||
|
@ -1,4 +0,0 @@
|
||||
# Set a random image from ~/.local/share/backgrounds as the background
|
||||
# Picks another random background on SUPER + CTRL + SPACE
|
||||
exec-once = swaybg -i $(find ~/.local/share/backgrounds/ -type f -print0 | shuf -zn1 | xargs -0 printf '%s\n')
|
||||
bind = SUPER CTRL, SPACE, exec, pkill -x swaybg && setsid swaybg -i $(find ~/.local/share/backgrounds/ -type f -print0 | shuf -zn1 | xargs -0 printf '%s\n')
|
Reference in New Issue
Block a user