Created
April 21, 2014 04:31
-
-
Save coddeys/11132282 to your computer and use it in GitHub Desktop.
Xmobarrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" | |
| , borderColor = "black" | |
| , border = TopB | |
| , bgColor = "black" | |
| , fgColor = "grey" | |
| , position = Top | |
| , lowerOnStart = True | |
| , pickBroadest = False | |
| , persistent = False | |
| , hideOnStart = False | |
| , commands = [ Run Network "enp4s0f2" ["-L","0","-H","32","--normal","green","--high","red"] 10 | |
| , Run Network "wlp3s0" ["-L","0","-H","32","--normal","green","--high","red"] 10 | |
| , Run Wireless "wlp3s0" [] 10 | |
| , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10 | |
| , Run Memory ["-t","Mem: <usedratio>%"] 10 | |
| , Run Swap [] 10 | |
| , Run Com "uname" ["-s","-r"] "" 36000 | |
| , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10 | |
| , Run Battery ["-t","<left>% / <timeleft>","-L","50","-H","75","-h","green","-n","yell","-l","red"] 10 | |
| ] | |
| , sepChar = "%" | |
| , alignSep = "}{" | |
| , template = "%cpu% | %memory% * %swap% | %enp4s0f2% - %wlp3s0wi% | %battery% }{ <fc=#ee9a00>%date%</fc> | %uname%" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment