init
This commit is contained in:
Executable
+13
@@ -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% "
|
||||
}
|
||||
Reference in New Issue
Block a user