X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/1fb948b72b60999c61027ddb76d294c954a95f14..381e40aaea49fdd3db6161e94741f9916631d938:/.config/awesome/rc.lua 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) }