From 381e40aaea49fdd3db6161e94741f9916631d938 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 13 Feb 2018 11:46:48 +1300 Subject: [PATCH 1/1] nicer spacer --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } -- 2.39.2