aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-06-25 21:55:02 -0400
committertdro <tdro@users.noreply.github.com>2019-06-25 21:55:02 -0400
commit1c63df741b04c5026c11682b1ecb51fed303fd6b (patch)
tree8838b3f85b9694ef55e4571a214ff4fe04bbc598 /.config/awesome
parentfa9f1820273fb7ce151f6a67c564bac09fff0e62 (diff)
downloaddotfiles-1c63df741b04c5026c11682b1ecb51fed303fd6b.tar.gz
dotfiles-1c63df741b04c5026c11682b1ecb51fed303fd6b.tar.bz2
dotfiles-1c63df741b04c5026c11682b1ecb51fed303fd6b.zip
.config/awesome/rc: Add space to date widget
.config/mimeapps: Syntax
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 2dde203..91e6ea1 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)