Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
1.0 KiB

Config { font = "-*-Fixed-Bold-R-Normal-*-18*-*-*-*-*-*-*"
, bgColor = "darkgreen"
, fgColor = "grey"
, position = BottomW L 90
, lowerOnStart = False
, commands = [ Run Weather "KDEN" ["-t", " <tempF>F", "-L", "64", "-H", "77", "--normal", "green", "--high", "red", "--low", "blue"] 36000
, Run Cpu ["-t", "cpu <total>%", "-L", "3", "-H", "50", "--normal", "green", "--high", "red"] 10
, Run Memory ["-t", "mem <usedratio>%"] 10
, Run DynNetwork ["-L", "0", "-H", "32", "--normal", "green", "--high", "red"] 300
-- , Run Swap ["-t", "swap: <usedratio>%"] 10
, Run Date "%a %b %_d %l:%M (%s)" "date" 10
, Run BatteryP ["BAT0"] ["-t", "AC <acstatus> (<left>%)"] 500
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %cpu%|%dynnetwork%|%memory%|%battery%|<fc=#a3ddf0>%date%</fc>|%KDEN%"
}