dotfiles-mirror/config/xmobar/xmobarrc
2025-12-30 16:08:52 +03:30

13 lines
403 B
Text

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% "
}