1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 11:00:08 +00:00
Commit graph

50 commits

Author SHA1 Message Date
romkatv 4ba78dc2be shorten git branch name if over 32 chars long; tune colors 2019-08-14 07:28:50 +02:00
romkatv 55a1b92bca strip spaces from os_icon when using narrow icons 2019-08-10 11:01:47 +02:00
romkatv b2ddbdb90d remove one space after VCS_BRANCH_ICON when using wide icons 2019-08-08 11:42:31 +02:00
romkatv 71a0b76ac0 better distinguish between fontawesome and nerd fonts
There are fonts that aren't from Nerd Fonts and that cannot display
the python logo from Font Awesome. Classify them as awesome-fontconfig
and manually set an alternative icon for all Python segments in the
config.

Fixes #157.
2019-08-08 11:30:25 +02:00
romkatv 93230ae6ec change os_icon style 2019-08-07 12:44:51 +02:00
romkatv 24a5261a39 wizard: enable os_icon for users who like many icons 2019-08-07 11:04:35 +02:00
romkatv 59e96984a1 be more tolerant towards misconfigured locales; users with non-utf-8 locales will still have broken shells but at least p10k will work 2019-08-05 20:23:30 +02:00
romkatv f62d1d5ae3 speciazled diagnostics for i686; more escapes; more opts 2019-08-05 10:37:04 +02:00
romkatv a491e86d92 beautify temp file name when printing it 2019-08-02 07:32:22 +02:00
romkatv a29b8264e5 source .p10k.zsh only if it exists 2019-08-01 20:03:34 +02:00
romkatv 5a94a0c9eb be less strict when detecting the presence of .p10k.zsh in .zshrc 2019-08-01 19:32:01 +02:00
romkatv 6d11cb5f5d format options better 2019-07-31 18:35:37 +02:00
romkatv a6b572da45 add p10k configure 2019-07-31 18:21:37 +02:00
romkatv aabb13e3bb add an option for an even lighter background color 2019-07-31 14:10:28 +02:00
romkatv dc8e654165 reduce wizard's minimum terminal size requirements 2019-07-31 11:40:38 +02:00
romkatv 40523128dc make classic style look decent if background color differs between segments 2019-07-31 10:16:48 +02:00
romkatv 40df756e2d run configuration wizard if POWERLEVEL9K_MODE is the only set parameter 2019-07-31 10:00:27 +02:00
romkatv 2ce69f9554 add a pointer to make it easier where the separator is 2019-07-31 00:18:17 +02:00
romkatv 4292efc03a cleanup 2019-07-30 15:21:44 +02:00
romkatv 89f3ec16d0 better message on quit 2019-07-30 15:11:38 +02:00
romkatv f702fe5b78 add separate options for separators, heads and tails; add more choices if using nerdfont 2019-07-30 14:50:04 +02:00
romkatv a2a21ae95a add an option for right frame without left 2019-07-30 12:37:45 +02:00
romkatv 4c08fa0621 shorten text added to ~/.zshrc and print a banner at the end of the wizard 2019-07-30 11:06:04 +02:00
romkatv da7d986333 avoid printing grey text without knowing it's visible on the user's background 2019-07-30 06:18:54 +02:00
romkatv 63f72c756f typo 2019-07-29 19:50:01 +02:00
romkatv 3e0c898e59 make fluent prompt less ugly in classic style 2019-07-29 19:49:00 +02:00
romkatv deb0093a02 add a screen for selecting background color 2019-07-29 17:33:35 +02:00
romkatv 6e85de122f add an option to insert prefixes similar to spaceship 2019-07-29 15:38:42 +02:00
romkatv cdbbebf19d add an option to enable/disable useless icons 2019-07-29 13:15:14 +02:00
romkatv 2cc7df757b Revert "fork before calling _p9k_init_icons"
This reverts commit 6699d15df9.
2019-07-29 11:38:34 +02:00
romkatv 6699d15df9 fork before calling _p9k_init_icons 2019-07-29 11:29:57 +02:00
romkatv e4f04403d0 add an option to remove frame 2019-07-29 11:23:42 +02:00
romkatv a471454b60 make wizard colors work better in Solarized Dark 2019-07-29 10:40:08 +02:00
romkatv 81aa7185e2 update colors to match changes in configs 2019-07-29 10:22:41 +02:00
Roman Perepelitsa e3f5a1c343
grammar 2019-07-28 21:25:46 +02:00
romkatv 4f94d1d640 typo 2019-07-28 20:38:24 +02:00
romkatv d9e2d122f9 fix bugs in font detection 2019-07-28 19:41:24 +02:00
romkatv d323cad788 print empty line at the end 2019-07-28 19:02:07 +02:00
romkatv c87396abcb add -f and straight 2019-07-28 18:53:32 +02:00
romkatv 4f482aa7e0 better zshrc writing 2019-07-28 17:29:56 +02:00
romkatv 444245ecc6 more wizard options 2019-07-28 16:40:05 +02:00
romkatv 0378a0a54c cleanup 2019-07-28 12:19:51 +02:00
romkatv e28d0c37c9 add configure.zsh 2019-07-28 12:16:05 +02:00
romkatv 8edb59049a check that wizard can run 2019-07-28 11:37:00 +02:00
romkatv 0955a5637d cleanup 2019-07-28 11:36:40 +02:00
romkatv ebd32c8cbe simplify code 2019-07-28 10:34:06 +02:00
romkatv 1731b69f5f wizard: encode generation source and options 2019-07-28 10:22:35 +02:00
romkatv 3a741475f8 more progress on the wizard 2019-07-27 20:37:34 +02:00
romkatv 10fd41d187 font config wizard 2019-07-27 18:30:20 +02:00
romkatv c025a878fd draft notes for configuration wizard 2019-07-26 11:03:56 +02:00