diff options
Diffstat (limited to 'configs/xmobarrc_msi')
-rw-r--r-- | configs/xmobarrc_msi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/configs/xmobarrc_msi b/configs/xmobarrc_msi new file mode 100644 index 0000000..2ac3ce5 --- /dev/null +++ b/configs/xmobarrc_msi @@ -0,0 +1,21 @@ +Config { font = "-misc-fixed-*-*-*-*-18-*-*-*-*-*-*-*" + , bgColor = "black" + , border = NoBorder + , borderColor = "black" + , fgColor = "grey" + , position = TopW L 100 + , commands = [ Run Com "~/.xmobar_cputemp.sh" ["CPU"] "ctmp" 100 + , Run Com "~/.xmobar_cputemp.sh" ["MB"] "mtmp" 100 + , Run Com "~/.xmobar_bat.sh" ["BAT"] "bat" 100 + , Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 20 + , Run Network "wlan0" ["-L","0","-H","32","--normal","green","--high","red"] 20 + , Run Cpu ["-L","15","-H","50","--normal","green","--high","red"] 20 + , Run Memory ["Mem: %"] 200 + , Run Swap [] 200 + , Run Date "%a %b (%V) %_d %Y %H:%M:%S" "date" 20 + , Run StdinReader + ] + , sepChar = "%" + , alignSep = "}{" + , template = "%StdinReader% }{ %ctmp% %mtmp% | %cpu% | %bat% | %memory% | %eth0% | %wlan0% | %date%" + } |