diff options
| author | BardofSprites <[email protected]> | 2025-03-20 20:56:55 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-03-20 20:56:55 -0400 |
| commit | 1ba0aaecfa3448e9ce01580b34c46e4ffa343098 (patch) | |
| tree | 76825fd370f1b17df62c2b3e64257049f4dd9149 /xmonad/.config/xmobar/xmobarrc | |
| parent | 34d01d56a9dabc72944a1faeb7b998cdf66f3e0c (diff) | |
xmonad color changing
Diffstat (limited to 'xmonad/.config/xmobar/xmobarrc')
| -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 +} |
