Skip to content

Commit

Permalink
[i3wm]: Make feh use random wallpaper
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonmestevao committed Mar 31, 2019
1 parent 96522e0 commit 4f9cfab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/polybar.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

[colors]
;background = ${xrdb:color0:#222}
background = #00000000
background = #aa000000
background-alt = #444
;foreground = ${xrdb:color7:#222}
foreground = #ccffffff
Expand Down
2 changes: 1 addition & 1 deletion i3wm/config
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4f9cfab

Please sign in to comment.