summaryrefslogtreecommitdiff
path: root/home-configuration/config/xmobar/xmobarrc
diff options
context:
space:
mode:
Diffstat (limited to 'home-configuration/config/xmobar/xmobarrc')
-rw-r--r--home-configuration/config/xmobar/xmobarrc8
1 files changed, 8 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%"
+ }