Add auto change wallpaper

This commit is contained in:
2020-07-22 17:47:43 +09:00
parent 5742e399fe
commit acddc8d3b4
10 changed files with 61 additions and 22 deletions

View File

@@ -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)
#

View File

@@ -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}

View File

@@ -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

View File

@@ -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"