Fix polybar uptime module command
1 files changed, 1 insertions(+), 1 deletions(-) M Desktop.org
M Desktop.org => Desktop.org +1 -1
@@ 295,7 295,7 @@ format-underline = ${colors.underline} [module/uptime] type = custom/script -exec = uptime | awk '{ print $3 }' +exec = uptime | cut -d, -f1 | awk '{print $3}' tail = true format-underline = ${colors.underline}