-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxmobarrc
More file actions
18 lines (18 loc) · 1.19 KB
/
Copy pathxmobarrc
File metadata and controls
18 lines (18 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
, bgColor = "black"
, fgColor = "grey"
, position = BottomW R 90
, lowerOnStart = True
, commands = [ Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Battery ["--template","Batt: <acstatus>","--Low","10","--High","80","--low","darkred","--normal","darkorange","--high","darkgreen","--","-o","<left>% (<timeleft>)","-O","<fc=#dAA520>Charging</fc> (<timeleft>)","-i","<fc=#006000>Charged</fc>"] 50
, Run Com "/usr/bin/nice" ["-n", "19", "/home/msharp/bin/utcdate"] "date" 10
, Run Com "/home/msharp/bin/nextappointment" [] "napp" 6000
, Run Com "/usr/bin/nice" ["-n","19","/home/msharp/bin/showvol"] "volume" 10
, Run ThermalZone 0 ["-t", "Temp: <temp>°"] 30
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %cpu% | %memory% | %thermal0% | Vol: %volume% | <fc=#336600>%napp%</fc> | %battery% <fc=#ee9a00>%date%</fc>"
}