From 1d3298b39b100f1482bb940fda5f5f34e59edf43 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Mon, 30 Aug 2021 20:41:40 +0930 Subject: [PATCH] moved list of workspaces so as to remove overlap --- .config/xmobar/xmobarrc-main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/xmobar/xmobarrc-main.hs b/.config/xmobar/xmobarrc-main.hs index fa00aa8..2c7c198 100644 --- a/.config/xmobar/xmobarrc-main.hs +++ b/.config/xmobar/xmobarrc-main.hs @@ -12,7 +12,7 @@ Config { -- layout , sepChar = "%" -- delineator between plugin names and straight text , alignSep = "}{" -- separator between left-right alignment - , template = " %cpu% %memory% %dynnetwork% } %UnsafeStdinReader% { %date% | %YPAD% | %updates% %trayerpad%" + , template = " %cpu% %memory% %dynnetwork% | %UnsafeStdinReader% }{ %date% | %YPAD% | %updates% %trayerpad%" -- general behavior , lowerOnStart = True -- send to bottom of window stack on start