From 6d84dd3a02154b9e2c3652c3f0579b2809428d03 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 19 Feb 2015 11:52:57 -0800 Subject: [PATCH] show exif information on background images --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) -- 2.39.2