summaryrefslogtreecommitdiff
path: root/config/xmobar/xmobarrc
diff options
context:
space:
mode:
Diffstat (limited to 'config/xmobar/xmobarrc')
-rwxr-xr-xconfig/xmobar/xmobarrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/xmobar/xmobarrc b/config/xmobar/xmobarrc
new file mode 100755
index 0000000..8d75d19
--- /dev/null
+++ b/config/xmobar/xmobarrc
@@ -0,0 +1,13 @@
+Config {
+ font = "xft:JetBrainsMono Nerd Font-12",
+ bgColor = "#282828",
+ fgColor = "#EBDBB2",
+ position = TopSize L 100 30,
+ commands = [
+ Run XMonadLog,
+ Run Date "TIME %I:%M %p" "date" 10,
+ Run Com "sh" ["-c", "ip -4 addr show | grep inet | grep -v 127.0.0.1 | awk '{print $2}' | cut -d/ -f1 | head -n1"] "localip" 50
+ ],
+ alignSep = "}{",
+ template = " %XMonadLog%}{ NET %localip% : %date% "
+ }