diff --git a/assets/Screenshot.png b/assets/Screenshot.png index 03149f4..9838b37 100644 Binary files a/assets/Screenshot.png and b/assets/Screenshot.png differ diff --git a/i3status/mytopbar.sh b/i3status/mytopbar.sh index e6e30de..0c6dadb 100755 --- a/i3status/mytopbar.sh +++ b/i3status/mytopbar.sh @@ -94,7 +94,7 @@ src_usage() { echo -n ",{" echo -n "\"name\":\"id_src_usage\"," echo -n "\"color\":\"$text_color\"," - echo -n "\"full_text\":\"$(df --output=pcent /usr/src | grep -v Uti)\"," + echo -n "\"full_text\":\"$(df --output=pcent /usr/src | grep -v Uti) \"," echo -n "\"background\":\"$bg\"," common echo -n "}," @@ -339,8 +339,8 @@ cutator() { separator $bg "#FFD180" echo -n ",{" echo -n "\"name\":\"id_cutator_text\"," - echo -n "\"color\":\"$text_color\"," - echo -n "\"full_text\":\"$(echo -n '||')\"," + # echo -n "\"color\":\"$text_color\"," + echo -n "\"full_text\":\"$(echo -n '☢')\"," echo -n "\"background\":\"$bg\"," common echo -n "},"