aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-07-11 21:25:00 -0400
committertdro <tdro@users.noreply.github.com>2019-07-11 21:25:00 -0400
commit4ebe172c0c5940a6905e1dea51213cf731fae350 (patch)
treefcffd558f37e3e6461a52b89c217b216953243d0 /.config/awesome
parent7101f2ec7637664d369f2e2e27f6533f4701ccdc (diff)
downloaddotfiles-4ebe172c0c5940a6905e1dea51213cf731fae350.tar.gz
dotfiles-4ebe172c0c5940a6905e1dea51213cf731fae350.tar.bz2
dotfiles-4ebe172c0c5940a6905e1dea51213cf731fae350.zip
.config/awesome/rc.lua: Spacing
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 91e6ea1..2dde203 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -161,7 +161,7 @@ separator = wibox.widget.textbox()
separator:set_text(" ")
-- Create a textdate widget
-mytextdate = awful.widget.textclock(" %a %b %d ", 1)
+mytextdate = awful.widget.textclock(" %a %b %d ", 1)
-- Create a textclock widget
mytextclock = wibox.widget.textclock(" %I:%M %p", 1)