aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-05-08 18:06:32 -0400
committertdro <tdro@users.noreply.github.com>2019-05-08 18:06:32 -0400
commit50e5859fd08465cd47791e7daf51c348e6574366 (patch)
tree72b82114890c4b8080aeb0ffae3b703c9405b51a /.config/awesome
parent7140f5dd0727cdf1c42d0b7a1aa8b85bfb8a285f (diff)
downloaddotfiles-50e5859fd08465cd47791e7daf51c348e6574366.tar.gz
dotfiles-50e5859fd08465cd47791e7daf51c348e6574366.tar.bz2
dotfiles-50e5859fd08465cd47791e7daf51c348e6574366.zip
.config/awesome/rc.lua: Lain calendar widget name change
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index a3f2e35..fc53c37 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -171,9 +171,9 @@ mytextdate = awful.widget.textclock(" %a %b %d ", 1)
mytextclock = wibox.widget.textclock(" %I:%M %p", 1)
-- Attach Lain Calendar Widget
-lain.widget.calendar({
+lain.widget.cal({
attach_to = { mytextdate, mytextclock },
- notification_preset = { font = "Ubuntu Mono Bold 10", fg = "#FFFFFF", bg = "#000000" },
+ notification_preset = { font = "Ubuntu Mono Bold 10", fg = "#FFFFFF", bg = "#2C303C" },
cal = "/usr/bin/cal --color=always"
})