From 8cbadb61604667b407b53ee1258433994fa4765a Mon Sep 17 00:00:00 2001 From: coasteen Date: Thu, 9 Jul 2026 10:42:28 +0330 Subject: init --- config/xmobar/xmobarrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 config/xmobar/xmobarrc (limited to 'config/xmobar/xmobarrc') 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% " + } -- cgit v1.2.3