From b396d506a727226abc28f917acf37825ee130d44 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 14 Apr 2019 13:38:43 -0700 Subject: Load machine-specific wallpaper in herbstluftwm --- herbstluftwm/.config/herbstluftwm/autostart | 2 +- .../wallpapers/Relic_20Anni_Homeworld_1920x1080.png | Bin 2766338 -> 0 bytes herbstluftwm/pictures/wallpapers/data.jpg | Bin 0 -> 795777 bytes herbstluftwm/pictures/wallpapers/rincewind.jpg | Bin 0 -> 745435 bytes 4 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 herbstluftwm/pictures/wallpapers/Relic_20Anni_Homeworld_1920x1080.png create mode 100644 herbstluftwm/pictures/wallpapers/data.jpg create mode 100644 herbstluftwm/pictures/wallpapers/rincewind.jpg (limited to 'herbstluftwm') diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index 04e3bcb..1c5b31f 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -34,7 +34,7 @@ hc emit_hook reload ## Background image: # Set a random image as the desktop wallpaper. -feh --bg-tile "${HOME}/pictures/wallpapers/Relic_20Anni_Homeworld_1920x1080.png" +feh --bg-tile "${HOME}/pictures/wallpapers/$(hostname).jpg" ## Keybindings: # Remove all existing keybindings so that when herbstluftwm is diff --git a/herbstluftwm/pictures/wallpapers/Relic_20Anni_Homeworld_1920x1080.png b/herbstluftwm/pictures/wallpapers/Relic_20Anni_Homeworld_1920x1080.png deleted file mode 100644 index f9a5571..0000000 Binary files a/herbstluftwm/pictures/wallpapers/Relic_20Anni_Homeworld_1920x1080.png and /dev/null differ diff --git a/herbstluftwm/pictures/wallpapers/data.jpg b/herbstluftwm/pictures/wallpapers/data.jpg new file mode 100644 index 0000000..8a40dd0 Binary files /dev/null and b/herbstluftwm/pictures/wallpapers/data.jpg differ diff --git a/herbstluftwm/pictures/wallpapers/rincewind.jpg b/herbstluftwm/pictures/wallpapers/rincewind.jpg new file mode 100644 index 0000000..a234aab Binary files /dev/null and b/herbstluftwm/pictures/wallpapers/rincewind.jpg differ -- cgit v1.2.3-54-g00ecf