From 1efe13cb948870224e70a740d280f7252d9219b2 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 21 Jul 2023 20:16:17 +0200 Subject: [PATCH] office: Update displayed symbols --- office/.config/neomutt/colors | 8 ++++---- scripts/.local/bin/powermenu | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/office/.config/neomutt/colors b/office/.config/neomutt/colors index 8461d30..03216b7 100644 --- a/office/.config/neomutt/colors +++ b/office/.config/neomutt/colors @@ -75,7 +75,7 @@ color progress black cyan set date_format = "%a %d %h %H:%M" set index_format=" %zc %zs %zt | %-35.35L %?X?📎& ? %?M10?~(%1M) ?%-30.100s %> %?Y?%Y ? %(!%a %d %h %H:%M) " set pager_format="%n %T %s%*  %{!%d %b · %H:%M} %?X? %X?%P" -set status_format = " %D %?u? %u ?%?R? %R ?%?d? %d ?%?t? %t ?%?F? %F ?%?p? %p? \n \n" +set status_format = " %D %?u? %u ?%?R? %R ?%?d? %d ?%?t? %t ?%?F? %F ?%?p? %p? \n \n" set compose_format="-- NeoMutt: Compose [Approx. msg size: %l Atts: %a]%>-" # set vfolder_format = "%N %?n?%3n& ? %8m  · %f" set attach_format = "%u%D  %T%-75.75d %?T?%& ? %5s · %m/%M" @@ -104,7 +104,7 @@ color status color8 default '(|)' # statusline "bubbl color status color69 black '(\` )' # bubble account variation color status white color69 '([a-zA-Z0-9\.]+)( )' # account text color status green color8 '' # Unread messages count -color status blue color8 '' # Read messages count icon +color status blue color8 '' # Read messages count icon color status yellow color8 '' # Flagged icon color status red color8 '' # Pending delete icon @@ -212,7 +212,7 @@ color body color8 default '(^(To|From|Sent|Subject):.*)' set to_chars=" " # unchanged mailbox, changed, read only, attach mode -set status_chars = " " +set status_chars = " 󱫄" ifdef crypt_chars set crypt_chars = " " set flag_chars = " " @@ -221,7 +221,7 @@ set hidden_tags = "unread,draft,flagged,passed,replied,attachment,signed,encrypt tag-transforms "replied" "↻ " \ "encrytpted" "" \ "signed" "" \ - "attachment" "" \ + "attachment" "󰁦" \ # The formats must start with 'G' and the entire sequence is case sensitive. tag-formats "replied" "GR" \ diff --git a/scripts/.local/bin/powermenu b/scripts/.local/bin/powermenu index 6509c62..89362e0 100755 --- a/scripts/.local/bin/powermenu +++ b/scripts/.local/bin/powermenu @@ -23,12 +23,12 @@ if [ "${POWERMENU_SHOW_TEXT:-0}" -eq 0 ] && [ "${POWERMENU_SHOW_ICONS:-1}" -eq 0 echo "You disabled both text and icons for rofi-powermenu, nothing can be shown." exit 1 elif [ "${POWERMENU_SHOW_ICONS:-1}" -eq 1 ]; then - power_off_btn="" - reboot_btn="" - lock_btn="" - suspend_btn="鈴" - hibernate_btn="鈴" - logout_btn="" + power_off_btn="⏻" + reboot_btn="" + lock_btn="" + suspend_btn="󰒲" + hibernate_btn="⏾" + logout_btn="󰍃" fi if [ "${POWERMENU_SHOW_TEXT:-1}" -eq 1 ]; then power_off_btn="${power_off_btn} Shut Down"