diff options
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/statusbar/sb-clock | 2 | ||||
-rwxr-xr-x | .local/bin/statusbar/sb-mailbox | 2 | ||||
-rwxr-xr-x | .local/bin/statusbar/sb-torrent | 26 | ||||
-rw-r--r-- | .local/share/extras/weather_codes | 96 |
4 files changed, 63 insertions, 63 deletions
diff --git a/.local/bin/statusbar/sb-clock b/.local/bin/statusbar/sb-clock index 3cac79c..dd6de18 100755 --- a/.local/bin/statusbar/sb-clock +++ b/.local/bin/statusbar/sb-clock @@ -10,4 +10,4 @@ case $BLOCK_BUTTON in 8) setsid -f "$TERMINAL" -e "$EDITOR" "$0" >/dev/null 2>&1 ;; esac -date "+%Y-%m-%d %H:%M:%S" +date "+%H:%M" diff --git a/.local/bin/statusbar/sb-mailbox b/.local/bin/statusbar/sb-mailbox index fa36584..19478e8 100755 --- a/.local/bin/statusbar/sb-mailbox +++ b/.local/bin/statusbar/sb-mailbox @@ -18,7 +18,7 @@ unread="$(fd . "${XDG_DATA_HOME:-$HOME/.local/share}"/mail/*/[Ii][Nn][Bb][Oo][Xx icon=$(bat /tmp/mailupdate 2>/dev/null) if [ "$unread" -eq 0 ]; then - [ -n "$icon" ] && echo "ο― $icon" || exit 0 + [ -n "$icon" ] && echo "ο―$icon" || exit 0 else echo "ο― $unread$icon" fi diff --git a/.local/bin/statusbar/sb-torrent b/.local/bin/statusbar/sb-torrent index 868b3aa..8415b25 100755 --- a/.local/bin/statusbar/sb-torrent +++ b/.local/bin/statusbar/sb-torrent @@ -2,26 +2,26 @@ transmission-remote -l | rg % | sed " # The letters are for sorting and will not appear. -s/.*Stopped.*/A π/; -s/.*Seeding.*/Z π±/; -s/.*100%.*/N β
/; -s/.*Idle.*/B π°οΈ/; -s/.*Uploading.*/L β¬οΈ/; -s/.*%.*/M β¬οΈ/" | +s/.*Stopped.*/A ο/; +s/.*Seeding.*/Z ξΆ§/; +s/.*100%.*/N ο
/; +s/.*Idle.*/B ο/; +s/.*Uploading.*/L ο’/; +s/.*%.*/M ο£/" | sort -h | uniq -c | awk '{print $3 $1}' | paste -sd ' ' - case $BLOCK_BUTTON in 1) setsid -f "$TERMINAL" -e stig >/dev/null 2>&1 ;; 2) td-toggle ;; - 3) notify-send "π± Torrent module" "\- Left click to open stig. + 3) notify-send "ξΆ§ Torrent module" "\- Left click to open stig. - Middle click to toggle transmission. - Shift click to edit script. Module shows number of torrents: -π: paused -π°: idle (seeds needed) -πΌ: uploading (unfinished) -π½: downloading -β
: done -π±: done and seeding" ;; +ο: paused +ο: idle (seeds needed) +ο’: uploading (unfinished) +ο£: downloading +ο
: done +ξΆ§: done and seeding" ;; 8) setsid -f "$TERMINAL" -e "$EDITOR" "$0" >/dev/null 2>&1 ;; esac diff --git a/.local/share/extras/weather_codes b/.local/share/extras/weather_codes index 6a192eb..e5343e1 100644 --- a/.local/share/extras/weather_codes +++ b/.local/share/extras/weather_codes @@ -1,48 +1,48 @@ -113 βοΈ -116 β
-119 βοΈ -122 βοΈ -143 βοΈ -176 π§οΈ -179 π§οΈ -182 π§οΈ -185 π§οΈ -200 βοΈ -227 π¨οΈ -230 π¨οΈ -248 βοΈ -260 βοΈ -263 π§οΈ -266 π§οΈ -281 π§οΈ -284 π§οΈ -293 π§οΈ -296 π§οΈ -299 π§οΈ -302 π§οΈ -305 π§οΈ -308 π§οΈ -311 π§οΈ -314 π§οΈ -317 π§οΈ -320 π¨οΈ -323 π¨οΈ -326 π¨οΈ -329 βοΈ -332 βοΈ -335 βοΈ -338 βοΈ -350 π§οΈ -353 π§οΈ -356 π§οΈ -359 π§οΈ -362 π§οΈ -365 π§οΈ -368 π§οΈ -371 βοΈ -374 π¨οΈ -377 π¨οΈ -386 π¨οΈ -389 π¨οΈ -392 π§οΈ -395 βοΈ +113 ο’ +116 ξ»° +119 ο +122 ο +143 ο +176 ξΌ +179 ξΌ +182 ξΌ +185 ξΌ +200 ξΌ¬ +227 ξ +230 ξ +248 ο +260 ο +263 ξΌ +266 ξΌ +281 ξΌ +284 ξΌ +293 ξΌ +296 ξΌ +299 ξΌ +302 ξΌ +305 ξΌ +308 ξΌ +311 ξΌ +314 ξΌ +317 ξΌ +320 ξ +323 ξ +326 ξ +329 ο +332 ο +335 ο +338 ο +350 ξΌ +353 ξΌ +356 ξΌ +359 ξΌ +362 ξΌ +365 ξΌ +368 ξΌ +371 ο +374 ξ +377 ξ +386 ξ +389 ξ +392 ξΌ +395 ο |