-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xmobarrc
34 lines (33 loc) · 1.81 KB
/
.xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Config { font = "Terminus:style=Regular:size=10"
, borderColor = "black"
, border = TopB
, bgColor = "black"
, fgColor = "white"
, position = TopW L 100
, allDesktops = True
, lowerOnStart = True
, overrideRedirect = True
, commands = [
Run Network "wlp3s0" ["-L","0","-H","32", "--normal","green","--high","red"] 10
, Run Cpu ["-L","3","-H","50", "--normal","green","--high","red"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Date "%a %b %_d %H:%M" "date" 10
, Run StdinReader
, Run Com "music-info" [] "musicInfo" 10
-- , Run Wireless "wlp3s0" ["-t", "<essid> strength: <quality>"] 10
, Run Com "wifi.sh" [] "wifi" 60
, Run Volume "default" "Master" ["-t", "Vol: <volume>%"] 10
, Run DynNetwork ["--template", " dw:<rx>kB/s"] 10
, Run CoreTemp [ "--template" , "Temp: <core0>°C|<core1>°C"
, "--Low" , "50" -- units: °C
, "--High" , "80" -- units: °C
, "--low" , "darkgreen"
, "--normal" , "darkorange"
, "--high" , "darkred"
] 50
, Run Battery ["-t", "Bat: <acstatus>", "-L", "25", "-H", "50", "-l", "red", "-n", "yellow", "-h", "green", "--", "-O", "Charging <left>%", "-o", "Discharging <left>%", "-i", "Full"] 60
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% | <fc=cyan>%musicInfo%</fc>}<fc=#ee9a00>%date%</fc> | <fc=white>%battery%</fc>{ <fc=yellow>%default:Master%</fc> | <fc=grey>%dynnetwork%</fc> | <fc=grey>%wifi%</fc> | %cpu% | %coretemp% | %memory% | %swap%" }