diff options
Diffstat (limited to 'xmonad/.config/xmobar')
| -rw-r--r-- | xmonad/.config/xmobar/xmobarrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmonad/.config/xmobar/xmobarrc b/xmonad/.config/xmobar/xmobarrc index 517956d..7b669aa 100644 --- a/xmonad/.config/xmobar/xmobarrc +++ b/xmonad/.config/xmobar/xmobarrc @@ -1,8 +1,8 @@ Config { - bgColor = "#181818" - , fgColor = "#e4e4e4" + bgColor = "#181818" + , fgColor = "#e4e4e4" , border = BottomB - , borderColor = "#95a99f" + , borderColor = "#cc8c3c" , font = "xft:Iosevka Comfy-13" , position = TopH 22 , commands = [ @@ -11,4 +11,4 @@ Config { , Run StdinReader -- text coming from xmonad ] , template = "%StdinReader% }{ %mydate% " -}
\ No newline at end of file +} |
