~thecashewtrader/dotfiles

f3170c12fb26d569fdfcead5a4cb6a4be44c515d — thecashewtrader 1 year, 4 months ago 8cff151
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}