From c8a6b9eb45e01e16933021ba2a61cc789f0cb69b Mon Sep 17 00:00:00 2001 From: lime-desu <114978689+lime-desu@users.noreply.github.com> Date: Fri, 11 Nov 2022 07:29:12 +0000 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index b0f6b87..c939437 100644 --- a/Examples.md +++ b/Examples.md @@ -1473,7 +1473,7 @@ fi ### Flatpak #### flatpak-widget (for zsh) - +![](https://user-images.githubusercontent.com/114978689/201288486-af070edc-b1c4-4535-bb48-1d51453f501d.png) ```sh # CLR=$(for i in {0..7}; do echo "tput setaf $i"; done) BLK=\$(tput setaf 0); RED=\$(tput setaf 1); GRN=\$(tput setaf 2); YLW=\$(tput setaf 3); BLU=\$(tput setaf 4);