diff options
Diffstat (limited to 'home-configuration/config/xmobar')
| -rw-r--r-- | home-configuration/config/xmobar/xmobarrc | 8 | ||||
| -rw-r--r-- | home-configuration/config/xmobar/xmobarrc~ | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/home-configuration/config/xmobar/xmobarrc b/home-configuration/config/xmobar/xmobarrc new file mode 100644 index 0000000..d9c81ef --- /dev/null +++ b/home-configuration/config/xmobar/xmobarrc @@ -0,0 +1,8 @@ +Config { + font = "xft:Iosevka Nerd Font-14", + bgColor = "#000000", + fgColor = "#ffffff", + position = TopW L 100, + commands = [ Run XMonadLog ], + template = "%XMonadLog%" + } diff --git a/home-configuration/config/xmobar/xmobarrc~ b/home-configuration/config/xmobar/xmobarrc~ new file mode 100644 index 0000000..5b7110a --- /dev/null +++ b/home-configuration/config/xmobar/xmobarrc~ @@ -0,0 +1,8 @@ +Config { + font = "xft:Iosevka Nerd Font-14", + bgColor = "#000000", + fgColor = "#ffffff", + position = Top, + commands = [ Run XMonadLog ], + template = %XMonadLog% + }
\ No newline at end of file |
