From b716a19c2f765feb17de1f8b5521099837c9475e Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sat, 21 May 2022 22:51:56 +0930 Subject: [PATCH] updated to be able to install and uninstall from sytem --- scripts/xmobar-status-updates | 2 +- scripts/xmobar-status-weather | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/xmobar-status-updates b/scripts/xmobar-status-updates index 7835cbb..b154870 100755 --- a/scripts/xmobar-status-updates +++ b/scripts/xmobar-status-updates @@ -2,4 +2,4 @@ count=$(yay -Qu | wc -l) -printf "\ufbae %s" $count +printf "%s" $count diff --git a/scripts/xmobar-status-weather b/scripts/xmobar-status-weather index b337e56..95e8dc5 100755 --- a/scripts/xmobar-status-weather +++ b/scripts/xmobar-status-weather @@ -33,4 +33,4 @@ else color="#8be9fd" fi -echo -e "$loc $temp\u00b0C" +echo -e "$loc $tempC"