From dc13a6589bd298b05734c7224ccaaf0ec81ec2e6 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Thu, 12 Oct 2017 11:02:54 +0200 Subject: [PATCH] herbstluftwm: add randomized wallpapers + add wallpapers repository --- config/herbstluftwm/autostart | 1 + fetch-3rd-party.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index 405de5f..08ebb90 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -9,6 +9,7 @@ hc() { hc emit_hook reload xsetroot -solid '#22AA22' +feh --randomize --bg-fill ~/misc/wallpapers # remove all existing keybindings hc keyunbind --all diff --git a/fetch-3rd-party.sh b/fetch-3rd-party.sh index e0a6b40..d96145b 100755 --- a/fetch-3rd-party.sh +++ b/fetch-3rd-party.sh @@ -32,6 +32,7 @@ fetch() { fetch barpyrus https://github.com/t-wissmann/barpyrus.git +fetch wallpapers https://git.tpreisner.de/preisi/wallpapers.git fetch i3lock-fancy https://github.com/meskarune/i3lock-fancy.git lock fetch siji https://github.com/stark/siji :: sh -c 'cd $HOME/misc/siji && ./install.sh -d "$HOME/.fonts"'