From d7411594c0ca071f08da108f544902f03e2e413d Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Fri, 9 Oct 2020 09:50:40 -0400 Subject: fixed uptime and network scripts, added transcode-screencast --- i3blocks-uptime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3blocks-uptime.sh') diff --git a/i3blocks-uptime.sh b/i3blocks-uptime.sh index 515f056..778b71f 100755 --- a/i3blocks-uptime.sh +++ b/i3blocks-uptime.sh @@ -1,4 +1,4 @@ #!/bin/sh icon=󰣠 -printf "$icon%s\n" "$(uptime -p | cut -d, -f1,2)" +printf "$icon%s\n" "$(uptime | grep -o 'up[^,]*' )" -- cgit v1.2.3