From: martin f. krafft Date: Mon, 12 Feb 2018 22:46:48 +0000 (+1300) Subject: nicer spacer X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/381e40aaea49fdd3db6161e94741f9916631d938 nicer spacer --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 861013b..cdec818 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -199,7 +199,7 @@ menubar.utils.terminal = terminal -- Set the terminal for applications that requ -- {{{ Wibox local spacer = wibox.widget.textbox() -spacer:set_text(' | ') +spacer:set_text(' │ ') -- Create a textclock widget clocks = { wibox.widget.textclock("%a %d %b %H:%M:%S", 1) }