diff options
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-forecast | 3 | ||||
| -rw-r--r-- | global/.local/share/thesiah/chars/emoji | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ar/.local/bin/statusbar/sb-forecast b/ar/.local/bin/statusbar/sb-forecast index 063c8e5..65bcd1a 100755 --- a/ar/.local/bin/statusbar/sb-forecast +++ b/ar/.local/bin/statusbar/sb-forecast @@ -11,7 +11,8 @@ weatherreportjson="${XDG_CACHE_HOME:-${HOME}/.cache}/weatherreport.json" error() { rm -f "$weatherreport" "$weatherreportjson" - notify-send -u critical "⛔ Failed to update 'weather$1'" + notify-send "⛔ Failed to update 'weather$1'" + echo "❓" exit 1 } diff --git a/global/.local/share/thesiah/chars/emoji b/global/.local/share/thesiah/chars/emoji index 093c6c3..6513cbb 100644 --- a/global/.local/share/thesiah/chars/emoji +++ b/global/.local/share/thesiah/chars/emoji @@ -310,7 +310,7 @@ 👬 men holding hands 💏 kiss 💑 couple with heart -🗣️ speaking head +🗣 speaking head 👤 bust in silhouette 👥 busts in silhouette 🫂 people hugging |
