From 07efa2b2b0907ebaa3b2ad17645eeac5012e2f96 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 21 Jun 2022 13:55:09 +0300 Subject: xmobar: add gaps also probably changed a bunch of things. i think i'll remove gaps afterwards, but now why not add them. --- xmobar/.config/xmobar/xmobar.hs | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/xmobar/.config/xmobar/xmobar.hs b/xmobar/.config/xmobar/xmobar.hs index 45a00b5..e037dd2 100644 --- a/xmobar/.config/xmobar/xmobar.hs +++ b/xmobar/.config/xmobar/xmobar.hs @@ -4,7 +4,7 @@ data Separator = Sep deriving (Read, Show) instance Exec Separator where alias Sep = "s" - run Sep = return "|" + run Sep = return " | " config :: Config config = defaultConfig @@ -18,7 +18,10 @@ config = defaultConfig ] , bgColor = "#111111" , fgColor = "#ccbbcc" - , position = TopSize C 100 24 + , border = FullB + , borderWidth = 1 + , borderColor = "#223333" + , position = Static { xpos = 8, ypos = 8, width = 1920-8*2, height = 24 } , lowerOnStart = True , hideOnStart = False , persistent = True @@ -107,16 +110,16 @@ config = defaultConfig -- ... }{  ... -- normie -- ... }{  linu ... -- sitelen pona pona by jackhumbert -- ... }{  [_L_IN_U] ... -- linja pona - , template = " \ - \%UnsafeXMonadLog% }{ \ - \\xe674 [LINU] %kern% %s% \ - \%uptime% %s% \ - \%cpu% %s% \ - \%memory% %s% \ - \%disku% %s% \ - \%kbd% %s% \ - \%date% %s% \ - \%wg0% %s%" + , template = " \ + \%UnsafeXMonadLog%}{\ + \\xe674 [LINU] %kern%%s%\ + \%uptime%%s%\ + \%cpu%%s%\ + \%memory%%s%\ + \%disku%%s%\ + \%kbd%%s%\ + \%date%%s%\ + \%wg0%%s%" } main :: IO () -- cgit v1.2.3