From 4f9cfab5be39657aa532e47b0bb24eebb6b3712b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelson=20Estev=C3=A3o?= Date: Mon, 1 Apr 2019 00:10:17 +0100 Subject: [PATCH] [i3wm]: Make feh use random wallpaper --- config/polybar.conf | 2 +- i3wm/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/polybar.conf b/config/polybar.conf index ab12724a..b0294b45 100644 --- a/config/polybar.conf +++ b/config/polybar.conf @@ -11,7 +11,7 @@ [colors] ;background = ${xrdb:color0:#222} -background = #00000000 +background = #aa000000 background-alt = #444 ;foreground = ${xrdb:color7:#222} foreground = #ccffffff diff --git a/i3wm/config b/i3wm/config index 224f5c41..eb1f0b3c 100644 --- a/i3wm/config +++ b/i3wm/config @@ -449,7 +449,7 @@ exec --no-startup-id xautolock -time 10 -locker betterlockscreen -l dim exec chmod go-w ~/.dotfiles/haskell/ghci exec_always --no-startup-id ~/.spells/polybarlaunch.sh -exec_always --no-startup-id feh --bg-fill ~/Pictures/desktop.jpg +exec_always --no-startup-id feh --randomize --bg-fill ~/Pictures/Wallpapers/* exec xrandr --output HDMI1 --auto --right-of eDP1