Add auto change wallpaper
This commit is contained in:
@@ -12,14 +12,14 @@
|
||||
# available, otherwise `xterm-256color` is used.
|
||||
#TERM: alacritty
|
||||
|
||||
#window:
|
||||
window:
|
||||
# Window dimensions (changes require restart)
|
||||
#
|
||||
# Specified in number of columns/lines, not pixels.
|
||||
# If both are `0`, this setting is ignored.
|
||||
#dimensions:
|
||||
# columns: 0
|
||||
# lines: 0
|
||||
dimensions:
|
||||
columns: 80
|
||||
lines: 25
|
||||
|
||||
# Window position (changes require restart)
|
||||
#
|
||||
|
||||
@@ -37,6 +37,7 @@ offset-x = 0%
|
||||
offset-y = 0%
|
||||
radius = 0.0
|
||||
fixed-center = false
|
||||
wm-restack = bspwm
|
||||
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
@@ -2,7 +2,4 @@
|
||||
[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap
|
||||
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
||||
|
||||
feh --bg-fill --randomize ${HOME}/.config/wallpaper/*
|
||||
systemd-run --on-calendar="*:0/5" --user --setenv=DISPLAY=:0 -- /bin/feh --bg-fill --randomize ~/.config/wallpaper/*
|
||||
|
||||
exec bspwm
|
||||
|
||||
@@ -4,6 +4,7 @@ export PATH=$HOME/.local/bin:/usr/local/bin:$PATH
|
||||
export DENO_INSTALL="/home/vbalien/.deno"
|
||||
export PATH="$DENO_INSTALL/bin:$PATH"
|
||||
|
||||
export PATH="$HOME/.yarn/bin:$PATH"
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH="/home/vbalien/.oh-my-zsh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user