]> git.donarmstrong.com Git - x_base.git/commitdiff
show exif information on background images
authorDon Armstrong <don@donarmstrong.com>
Thu, 19 Feb 2015 19:52:57 +0000 (11:52 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 19 Feb 2015 19:52:57 +0000 (11:52 -0800)
.config/awesome/rc.lua

index 597e55072ecbeb0d150f06e4534bdcd0f227b385..3bd510770ca31f4941691023d0ab59bd7c1aaf4c 100644 (file)
@@ -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 })