mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 04:10:07 +00:00
remove calendar from the list of icons on the ask_icon_padding screen
This commit is contained in:
parent
6f9ae0fd17
commit
a240439f2f
1 changed files with 6 additions and 7 deletions
|
@ -620,13 +620,12 @@ function ask_icon_padding() {
|
|||
local text="X"
|
||||
text+="%1F${icons[VCS_GIT_ICON]// }%fX"
|
||||
text+="%2F${icons[VCS_GIT_GITHUB_ICON]// }%fX"
|
||||
text+="%3F${icons[DATE_ICON]// }%fX"
|
||||
text+="%4F${icons[TIME_ICON]// }%fX"
|
||||
text+="%5F${icons[RUBY_ICON]// }%fX"
|
||||
text+="%6F${icons[HOME_ICON]// }%fX"
|
||||
text+="%1F${icons[HOME_SUB_ICON]// }%fX"
|
||||
text+="%2F${icons[FOLDER_ICON]// }%fX"
|
||||
text+="%3F${icons[RAM_ICON]// }%fX"
|
||||
text+="%3F${icons[TIME_ICON]// }%fX"
|
||||
text+="%4F${icons[RUBY_ICON]// }%fX"
|
||||
text+="%5F${icons[HOME_ICON]// }%fX"
|
||||
text+="%6F${icons[HOME_SUB_ICON]// }%fX"
|
||||
text+="%1F${icons[FOLDER_ICON]// }%fX"
|
||||
text+="%2F${icons[RAM_ICON]// }%fX"
|
||||
while true; do
|
||||
clear
|
||||
flowing -c "%BDo all these icons %b%2Ffit between the crosses%f%B?%b"
|
||||
|
|
Loading…
Reference in a new issue