diff --git a/README.rst b/README.rst index 6add16f..6b860eb 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Awesome WM Copycats Themes for Awesome WM 4.x ------------------------- -:Author: Luca CPZ +:Author: Luca CPZ :Version: git :License: BY-NC-SA_ :Source: https://github.com/lcpz/awesome-copycats diff --git a/freedesktop b/freedesktop index 3d363fd..c243022 160000 --- a/freedesktop +++ b/freedesktop @@ -1 +1 @@ -Subproject commit 3d363fdf2962d5d072b82ad7f0bb64e3752a419f +Subproject commit c243022a64d3f429a399eca96c350c8e75808de5 diff --git a/rc.lua.template b/rc.lua.template index c75ebed..cc39961 100644 --- a/rc.lua.template +++ b/rc.lua.template @@ -1,4 +1,3 @@ - --[[ Awesome WM configuration template @@ -545,7 +544,7 @@ for i = 1, 9 do tag:view_only() end end, - descr_view), + descr_view), -- Toggle tag display. awful.key({ modkey, "Control" }, "#" .. i + 9, function () diff --git a/themes/powerarrow-dark/theme.lua b/themes/powerarrow-dark/theme.lua index 12f0074..0dda79b 100644 --- a/themes/powerarrow-dark/theme.lua +++ b/themes/powerarrow-dark/theme.lua @@ -99,7 +99,7 @@ local clock = awful.widget.watch( -- Calendar theme.cal = lain.widget.calendar({ - attach_to = { clock.widget }, + attach_to = { clock }, notification_preset = { font = "xos4 Terminus 10", fg = theme.fg_normal, diff --git a/themes/powerarrow/binclock.lua b/themes/powerarrow/binclock.lua index 3263b84..22018a7 100644 --- a/themes/powerarrow/binclock.lua +++ b/themes/powerarrow/binclock.lua @@ -1,7 +1,7 @@ --[[ Licensed under GNU General Public License v2 - * (c) 2017, Luke Bonham + * (c) 2017, Luca CPZ * (c) 2013, romockee --]]