From 073332ea16636fdf4bda3c864d61480f4008cab3 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 29 Jun 2015 05:02:36 +0200 Subject: [PATCH] added seconds to clock widget --- .config/awesome/themes/hanez/theme.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/awesome/themes/hanez/theme.lua b/.config/awesome/themes/hanez/theme.lua index 2e65ffd4..648e27d2 100644 --- a/.config/awesome/themes/hanez/theme.lua +++ b/.config/awesome/themes/hanez/theme.lua @@ -79,10 +79,14 @@ theme.titlebar_maximized_button_focus_active = "~/.config/awesome/themes/hanez/ -- Dont add wallpapers to the repo because of licensing issues; you need to set -- this yourself. +if file_exists("~/images/background.jpg") then + theme.wallpaper = "~/images/background.jpg" +end if file_exists("~/images/background.png") then theme.wallpaper = "~/images/background.png" end + theme.wallpaper = "~/images/background.jpg" -- You can use your own layout icons like this: theme.layout_fairh = "~/.config/awesome/themes/hanez/layouts/fairhw.png" theme.layout_fairv = "~/.config/awesome/themes/hanez/layouts/fairvw.png"