office: Update displayed symbols
This commit is contained in:
parent
9a23217d23
commit
1efe13cb94
2 changed files with 10 additions and 10 deletions
|
@ -75,7 +75,7 @@ color progress black cyan
|
||||||
set date_format = "%a %d %h %H:%M"
|
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 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 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 compose_format="-- NeoMutt: Compose [Approx. msg size: %l Atts: %a]%>-"
|
||||||
# set vfolder_format = "%N %?n?%3n& ? %8m · %f"
|
# set vfolder_format = "%N %?n?%3n& ? %8m · %f"
|
||||||
set attach_format = "%u%D %T%-75.75d %?T?%& ? %5s · %m/%M"
|
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 color69 black '(\` )' # bubble account variation
|
||||||
color status white color69 '([a-zA-Z0-9\.]+)( )' # account text
|
color status white color69 '([a-zA-Z0-9\.]+)( )' # account text
|
||||||
color status green color8 '' # Unread messages count
|
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 yellow color8 '' # Flagged icon
|
||||||
color status red color8 '' # Pending delete icon
|
color status red color8 '' # Pending delete icon
|
||||||
|
|
||||||
|
@ -212,7 +212,7 @@ color body color8 default '(^(To|From|Sent|Subject):.*)'
|
||||||
set to_chars=" "
|
set to_chars=" "
|
||||||
|
|
||||||
# unchanged mailbox, changed, read only, attach mode
|
# unchanged mailbox, changed, read only, attach mode
|
||||||
set status_chars = " "
|
set status_chars = " "
|
||||||
ifdef crypt_chars set crypt_chars = " "
|
ifdef crypt_chars set crypt_chars = " "
|
||||||
set flag_chars = " "
|
set flag_chars = " "
|
||||||
|
|
||||||
|
@ -221,7 +221,7 @@ set hidden_tags = "unread,draft,flagged,passed,replied,attachment,signed,encrypt
|
||||||
tag-transforms "replied" "↻ " \
|
tag-transforms "replied" "↻ " \
|
||||||
"encrytpted" "" \
|
"encrytpted" "" \
|
||||||
"signed" "" \
|
"signed" "" \
|
||||||
"attachment" "" \
|
"attachment" "" \
|
||||||
|
|
||||||
# The formats must start with 'G' and the entire sequence is case sensitive.
|
# The formats must start with 'G' and the entire sequence is case sensitive.
|
||||||
tag-formats "replied" "GR" \
|
tag-formats "replied" "GR" \
|
||||||
|
|
|
@ -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."
|
echo "You disabled both text and icons for rofi-powermenu, nothing can be shown."
|
||||||
exit 1
|
exit 1
|
||||||
elif [ "${POWERMENU_SHOW_ICONS:-1}" -eq 1 ]; then
|
elif [ "${POWERMENU_SHOW_ICONS:-1}" -eq 1 ]; then
|
||||||
power_off_btn=""
|
power_off_btn="⏻"
|
||||||
reboot_btn=""
|
reboot_btn=""
|
||||||
lock_btn=""
|
lock_btn=""
|
||||||
suspend_btn="鈴"
|
suspend_btn=""
|
||||||
hibernate_btn="鈴"
|
hibernate_btn="⏾"
|
||||||
logout_btn=""
|
logout_btn=""
|
||||||
fi
|
fi
|
||||||
if [ "${POWERMENU_SHOW_TEXT:-1}" -eq 1 ]; then
|
if [ "${POWERMENU_SHOW_TEXT:-1}" -eq 1 ]; then
|
||||||
power_off_btn="${power_off_btn} Shut Down"
|
power_off_btn="${power_off_btn} Shut Down"
|
||||||
|
|
Loading…
Reference in a new issue