Fix AUR update detection in conky.conf

This commit is contained in:
daniele 2024-11-21 22:01:28 +01:00
parent f8059fb958
commit d3f46ff9f6
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

View File

@ -90,5 +90,5 @@ ${voffset 4}${color grey}Net Down:${color} ${downspeed wlo1} ${goto 230}${colo
${downspeedgraph wlo1 32,155 104E8B ffffff} ${goto 230}${upspeedgraph wlo1 32,155 104E8B ffffff}
${endif}
${voffset -24}${color}${font :size=14}UPDATES ${font}$hr
${voffset 4}${color grey}${alignc}Arch: ${color}${execi 1800 checkupdates | wc -l} ${color grey}AUR: ${color}${execi 1800 aur repo -u | wc -l}
${voffset 4}${color grey}${alignc}Arch: ${color}${execi 1800 checkupdates | wc -l} ${color grey}AUR: ${color}${execi 1800 aur repo -u -d aur-local | wc -l}
]]