-
Notifications
You must be signed in to change notification settings - Fork 9
/
.zenbook_xmobarrc
63 lines (63 loc) · 3.28 KB
/
.zenbook_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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Config {
font = "xft:DejaVu Sans:size=8:antialias=true"
, bgColor = "black"
, fgColor = "grey"
, position = TopW L 94
, commands = [ Run Weather "ULLI"["-t" , "SPB <tempC>°C" ,
"-L" , "3" ,
"-H" , "20" ,
"--high" , "orange" ,
"--normal" , "lightgreen" ,
"--low" , "lightblue"] 10800
, Run MultiCpu ["-L" , "4" ,
"-H" , "65" ,
"--normal" , "lightgreen" ,
"--low" , "lightblue",
"--high" , "red"] 20
, Run CoreTemp ["-L" , "40" ,
"-H" , "57" ,
"--normal" , "lightgreen" ,
"--high" , "red",
"--low" , "lightblue",
"-t", "<core0>°C"] 50
, Run Battery [ "-t","<left>% · <fc=lightgreen><timeleft></fc>",
"-L","20",
"-H","90",
"-h","green",
"-n", "lightgreen",
"-l","red"] 100
, Run Com "/home/jaga/myscripts/getvolume.sh" [] "myVolume" 20
, Run Com "/home/jaga/myscripts/currentlayout.sh" [] "myLayout" 20
, Run Com "/home/jaga/myscripts/autocpu.sh -c" [] "myGov" 50
, Run Com "/home/jaga/myscripts/getmocpinfo.sh" [] "mocSong" 50
, Run Com "/home/jaga/myscripts/low_battery.sh" [] "checkingBattery" 1200
, Run Date "<fc=#C98F0A>%a %b %d</fc> %H:%M:%S" "date" 10
, Run DiskIO [("sda4", "<fc=#C98F0A>SSD</fc> » <read> <write>")]
[ "-L" , "400" ,
"-H" , "327680" ,
"--normal" , "lightgreen" ,
"--high" , "red" ,
"--low" , "lightblue"
] 20
, Run Locks
, Run Network "wlan0" ["-L", "8",
"-H", "150",
"-n", "#429942" ,
"-h", "lightgreen",
"-t", "WiFi: <rx> : <tx>"] 20
, Run Memory ["-L","3",
"-H","85",
"--normal","lightgreen",
"--high","red",
"-t","Ram: <usedratio>%"] 50
, Run Swap ["-L","3",
"-H","85",
"--normal","lightgreen",
"--high","red",
"-t","[<usedratio>%]"] 50
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %mocSong%%checkingBattery% <fc=red>%locks%</fc><fc=orange>%myLayout% </fc>| <fc=#C98F0A>%multicpu% [</fc><fc=#C98F0A>%myGov%] </fc><fc=#C98F0A>%coretemp% </fc><fc=#429942>| </fc><fc=#C98F0A>%memory% %swap% </fc><fc=#429942>| %diskio% | </fc><fc=#C98F0A>%wlan0% </fc><fc=#429942>| </fc><fc=#C98F0A>%battery% </fc><fc=#429942>| </fc><fc=#C98F0A>♫: </fc><fc=lightgreen>%myVolume% </fc><fc=#429942>| </fc><fc=#C98F0A>%ULLI% </fc><fc=#429942>|</fc> <fc=lightgreen>%date%</fc>"
}