Skip to content

Commit

Permalink
fix(conky): power widget fix /steam bar
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Apr 3, 2024
1 parent 6e1b579 commit 2a957c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conky/power-widget.conf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ${color3}${top_mem name 5} ${goto 150}${top_mem mem_res 5}${goto 220}${top_mem m
${voffset 5}${font Exo 2:semibold}${color1}[ Disk ] ${voffset 2}${hr 2}$color${font}
${voffset 2}${color9}${font DejaVu Sans Mono:bold}/ ${font Exo 2:normal}${color4}${fs_free /} Free (${color5}${fs_free_perc /}%${color4})$color $alignr${color5}${voffset 2}${fs_bar 10,150 /}$color
${voffset -2}${color9}${font DejaVu Sans Mono:bold}~ ${font Exo 2:normal}${color4}${fs_free /home} Free (${color5}${fs_free_perc /home}%${color4})$color $alignr${color5}${voffset 2}${fs_bar 10,150 /home}$color
${voffset -2}${color9}${font DejaVu Sans Mono:bold}G ${font Exo 2:normal}${color4}${fs_free /steam} Free (${color5}${fs_free_perc /usr/local/games}%${color4})$color $alignr${color5}${voffset 2}${fs_bar 10,150 /usr/local/games}$color
${voffset -2}${color9}${font DejaVu Sans Mono:bold}G ${font Exo 2:normal}${color4}${fs_free /steam} Free (${color5}${fs_free_perc /steam}%${color4})$color $alignr${color5}${voffset 2}${fs_bar 10,150 /steam}$color
### VERSION
${voffset -10}${color0}${stippled_hr}
${voffset -10}${font Exo 2:light:size=10}${conky_version} (${conky_build_date})
Expand Down

0 comments on commit 2a957c7

Please sign in to comment.