make equals equal on the config option

This commit is contained in:
frosty 2024-07-05 21:09:29 -04:00
parent 024121af1d
commit 6bd34df7dd

View file

@ -1,11 +1,11 @@
Config Config
{ font = "Terminus 8" { font = "Terminus 8"
, textOffset = 0 , textOffset = 0
, bgColor = "#121212" , bgColor = "#121212"
, fgColor = "#cccccc" , fgColor = "#cccccc"
, position = Top , position = Top
, template = " %XMonadLog% }{ %network% <fc=#777777>|</fc> VOL %volume% <fc=#777777>|</fc> %battery% <fc=#777777>|</fc> CPU %cpu% <fc=#777777>|</fc> RAM %memory% <fc=#777777>|</fc> %load% <fc=#777777>|</fc> <fc=#f7e83b>%date%</fc> " , template = " %XMonadLog% }{ %network% <fc=#777777>|</fc> VOL %volume% <fc=#777777>|</fc> %battery% <fc=#777777>|</fc> CPU %cpu% <fc=#777777>|</fc> RAM %memory% <fc=#777777>|</fc> %load% <fc=#777777>|</fc> <fc=#f7e83b>%date%</fc> "
, commands = , commands =
[ Run XMonadLog [ Run XMonadLog
, Run Com "monitors" ["network"] "network" 6000 , Run Com "monitors" ["network"] "network" 6000
, Run PipeReader "/tmp/pipe-volume" "volume" , Run PipeReader "/tmp/pipe-volume" "volume"