From eb693a8e70e9ccdcaf5e859f1586ef4f582db29c Mon Sep 17 00:00:00 2001 From: ziro Date: Thu, 4 Mar 2021 08:37:20 +0700 Subject: [PATCH] + Adjusting spaces --- .local/bin/dwmbar/gamemodeStatus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/dwmbar/gamemodeStatus b/.local/bin/dwmbar/gamemodeStatus index 3ae2947..408c8d1 100755 --- a/.local/bin/dwmbar/gamemodeStatus +++ b/.local/bin/dwmbar/gamemodeStatus @@ -1,3 +1,3 @@ #!/bin/sh -printf " %s\n" "$(gamemoded -s | sed 's/.*is //')" +printf " %s \n" "$(gamemoded -s | sed 's/.*is //')"