-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xmobarrc
21 lines (20 loc) · 1.02 KB
/
.xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Config { font = "xft:Ubuntu:weight=bold:pixelsize=12:antialias=true:hinting=true"
, bgColor = "#282828"
, fgColor = "#ebdbb2"
, alpha = 230
, allDesktops = True
, persistent = True
, position = TopSize L 100 20
, commands = [ Run Weather "EGPF" ["-t"," <tempC>C","-L","5","-H","30","--normal","green","--high","red","--low","lightblue"] 36000
, 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 %l:%M" "date" 10
, Run StdinReader
, Run Com ".config/trayer-padding-icon.sh" [] "trayerpad" 20
, Run BatteryP ["BAT1"] ["-t", "<acstatus><watts> (<left>%)"] 360
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %cpu% | %memory% * %swap% <fc=#ee9a00>%date%</fc> | %EGPF% | %battery% %trayerpad%"
}