mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-02-04 06:03:45 +01:00
13 lines
403 B
Text
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% "
|
|
}
|