Initial commit.
This commit is contained in:
commit
fb9d04b7ef
28 changed files with 2359 additions and 0 deletions
21
.config/xmobar/xmobarrc
Normal file
21
.config/xmobar/xmobarrc
Normal file
|
@ -0,0 +1,21 @@
|
|||
Config { lowerOnStart = True
|
||||
, overrideRedirect = True
|
||||
, font = "Cascadia Code 11"
|
||||
, additionalFonts = ["IpaGothic Bold 12"]
|
||||
, bgColor = "#303446"
|
||||
, fgColor = "#c6d0f5"
|
||||
, position = TopSize L 100 24
|
||||
, commands = [ Run Cpu
|
||||
[ "--template", " <total>%"] 90
|
||||
, Run Com "sb-cpu-temp" [] "cpu-temp" 100
|
||||
, Run Com "sb-battery" [] "battery" 300
|
||||
, Run Com "sb-ram" [] "memory" 150
|
||||
, Run Com "sb-disk-space" [] "disk" 360000
|
||||
, Run Com "sb-datetime" [] "date" 200
|
||||
, Run Com "sb-wifi" [] "wifi" 50
|
||||
, Run Com "/home/crony/.config/xmobar/trayer-padding-icon.sh" [] "trayerpad" 100
|
||||
, Run XMonadLog
|
||||
]
|
||||
, sepChar = "%"
|
||||
, alignSep = "}{"
|
||||
, template = " %XMonadLog% }{ %cpu-temp% <fc=#eba0ac>•</fc> %cpu% <fc=#eba0ac>•</fc> %memory% <fc=#eba0ac>•</fc> %disk% <fc=#eba0ac>•</fc> %wifi% <fc=#eba0ac>•</fc> %battery% <fc=#eba0ac>•</fc> %date% %trayerpad%" }
|
Loading…
Add table
Add a link
Reference in a new issue