From: Don Armstrong <don@donarmstrong.com>
Date: Thu, 19 Feb 2015 19:52:57 +0000 (-0800)
Subject: show exif information on background images
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6d84dd3a02154b9e2c3652c3f0579b2809428d03;p=x_base.git

show exif information on background images
---

diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 597e550..3bd5107 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -410,7 +410,7 @@ end
 
 wallpaper_cmd = "find " .. wallpaper_dir ..
    " -xtype f \\( -iname '*.jpg' -o -iname '*.png' \\) " ..
-   " -not -name '.*' -print0 | shuf -n" .. screen.count() .. " -z | xargs -0 feh --bg-max"
+   " -not -name '.*' -print0 | shuf -n" .. screen.count() .. " -z | xargs -0 feh --draw-exif -d --bg-max"
 
 -- set up the wallpaper timer
 wallpaper_timer = timer({ timeout = 0 })