modify configs
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
Config { font = "xft:Jetbrains Mono:size=8:bold:antialias=true"
|
||||
, additionalFonts = []
|
||||
Config { font = "xft:Jetbrains Mono:size=9:bold:antialias=true"
|
||||
, additionalFonts = [
|
||||
"xft:Mononoki Nerd Font:size=9:antialias=true:hinting=true"
|
||||
, "xft:FontAwesome:pixelsize=11"
|
||||
]
|
||||
, borderColor = "black"
|
||||
, border = TopB
|
||||
, bgColor = "black"
|
||||
@@ -16,25 +19,31 @@ Config { font = "xft:Jetbrains Mono:size=8:bold:antialias=true"
|
||||
, allDesktops = True
|
||||
, overrideRedirect = True
|
||||
, commands = [ Run Cpu [] 10
|
||||
, Run Date "<fn=1>\xe721</fn>" "cpuicon" 36000
|
||||
, Run Date "<fn=1>\xf85a</fn>" "memoryicon" 36000
|
||||
, Run Memory ["-t","Mem: <usedratio>%"] 10
|
||||
, Run Date "<fn=1>\xf9e1</fn>" "swapicon" 36000
|
||||
, Run Swap [] 10
|
||||
, Run Date "%a %b %_d" "date" 10
|
||||
, Run Date "<fn=1>\xf133</fn> %a %b %d" "date" 1000
|
||||
, Run Date "<fn=1>\xe381</fn>" "timeicon" 36000
|
||||
, Run Date "%H:%M" "time" 10
|
||||
, Run StdinReader
|
||||
, Run Com "volume" [] "volume" 10
|
||||
, Run Battery [ "--template"
|
||||
, "<acstatus>"
|
||||
, "--" -- battery specific options
|
||||
-- discharging status
|
||||
, "-o" , "<left>% (<timeleft>)"
|
||||
-- AC "on" status
|
||||
, "-O" , "Charging"
|
||||
-- charged status
|
||||
, "-i" , "100%"
|
||||
] 50
|
||||
]
|
||||
, Run StdinReader
|
||||
, Run Date "<fn=1>\xfa7d</fn>" "volumeicon" 36000
|
||||
, Run Com "volume" [] "volume" 10
|
||||
, Run Date "<fn=1>\xf240</fn>" "batteryicon" 36000
|
||||
, Run Battery [ "--template"
|
||||
, "<acstatus>"
|
||||
, "--" -- battery specific options
|
||||
-- discharging status
|
||||
, "-o" , "<left>% (<timeleft>)"
|
||||
-- AC "on" status
|
||||
, "-O" , "<fc=00ff00>Charging</fc>"
|
||||
-- charged status
|
||||
, "-i" , "100%"
|
||||
] 50
|
||||
]
|
||||
, sepChar = "%"
|
||||
, alignSep = "}{"
|
||||
, template = "%StdinReader% | %cpu% | %memory% | %swap% }\
|
||||
\{ <icon=/home/krrish/volume.xbm/> %volume% | <icon=/home/krrish/battery.xbm/> %battery% | %date% | %time% "
|
||||
, template = "%StdinReader% | <fc=#2ecc71>%cpuicon% %cpu%</fc> | <fc=#d4ac0d>%memoryicon% %memory%</fc> | <fc=#2980b9>%swapicon%%swap%</fc> | }\
|
||||
\{ <fc=#9b59b6>%volumeicon% %volume%</fc> | <fc=#b66c59>%batteryicon% %battery%</fc> | <fc=#a2b659>%date%</fc> | <fc=#a91e62>%timeicon% %time%</fc> "
|
||||
}
|
||||
|
Reference in New Issue
Block a user