Simplify startup logic for nitrogen
This commit is contained in:
parent
52b51e393b
commit
480e99c942
|
@ -1,6 +1,4 @@
|
||||||
[ -f "$HOME/.config/nitrogen/bg-saved.cfg" ]\
|
nitrogen --restore
|
||||||
&& nitrogen --restore\
|
|
||||||
|| nitrogen --set-auto $HOME/.dotfiles/wallpaper/images_dark/5120x2880.png --save
|
|
||||||
polybar-msg cmd quit
|
polybar-msg cmd quit
|
||||||
echo "---" | tee -a /tmp/polybar.log
|
echo "---" | tee -a /tmp/polybar.log
|
||||||
polybar 2>&1 | tee -a /tmp/polybar.log & disown
|
polybar 2>&1 | tee -a /tmp/polybar.log & disown
|
||||||
|
|
Loading…
Reference in a new issue