summaryrefslogtreecommitdiff
path: root/config/xmobar/xmobarrc
blob: 8d75d195e5f850a0af5b17746000d798e30fe79e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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% "
	}