added seconds to clock widget

This commit is contained in:
Johannes Findeisen 2015-06-29 05:02:36 +02:00
commit 073332ea16

View file

@ -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"