Compare commits
4 Commits
fd6c72e596
...
8d5e25b160
| Author | SHA1 | Date |
|---|---|---|
|
|
8d5e25b160 | |
|
|
efc9ddd9b6 | |
|
|
2c8ddb6a90 | |
|
|
45dccbaf2d |
|
|
@ -658,6 +658,11 @@ If you are using a different terminal, proceed with manual font installation.
|
|||
https://raw.githubusercontent.com/romkatv/powerlevel10k-media/389133fb8c9a2347929a23702ce3039aacc46c3d/visual-studio-code-font-settings.jpg)
|
||||
to see how it should look like or see [this issue](
|
||||
https://github.com/romkatv/powerlevel10k/issues/671) for extra information.
|
||||
|
||||
Note that software installed via [Snap](https://en.wikipedia.org/wiki/Snap_\(software\)) is
|
||||
unable to use system fonts. If you've install Visual Studio Code via Snap, remove it by running
|
||||
`sudo snap remove code` and install the official `.deb` build from the
|
||||
[Visual Studio Code website](https://code.visualstudio.com/Download).
|
||||
- **GNOME Terminal** (the default Ubuntu terminal): Open *Terminal → Preferences* and click on the
|
||||
selected profile under *Profiles*. Check *Custom font* under *Text Appearance* and select
|
||||
`MesloLGS NF Regular`.
|
||||
|
|
|
|||
5
font.md
5
font.md
|
|
@ -43,6 +43,11 @@ If you are using a different terminal, proceed with manual font installation.
|
|||
https://raw.githubusercontent.com/romkatv/powerlevel10k-media/389133fb8c9a2347929a23702ce3039aacc46c3d/visual-studio-code-font-settings.jpg)
|
||||
to see how it should look like or see [this issue](
|
||||
https://github.com/romkatv/powerlevel10k/issues/671) for extra information.
|
||||
|
||||
Note that software installed via [Snap](https://en.wikipedia.org/wiki/Snap_\(software\)) is
|
||||
unable to use system fonts. If you've install Visual Studio Code via Snap, remove it by running
|
||||
`sudo snap remove code` and install the official `.deb` build from the
|
||||
[Visual Studio Code website](https://code.visualstudio.com/Download).
|
||||
- **GNOME Terminal** (the default Ubuntu terminal): Open *Terminal → Preferences* and click on the
|
||||
selected profile under *Profiles*. Check *Custom font* under *Text Appearance* and select
|
||||
`MesloLGS NF Regular`.
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@ function _p9k_init_icons() {
|
|||
LINUX_ALMALINUX_ICON '\uE271'$s #
|
||||
LINUX_GUIX_ICON '\uE271'$s #
|
||||
LINUX_NEON_ICON '\uE271'$s #
|
||||
LINUX_POSTMARKETOS_ICON '\uE271'$s #
|
||||
SUNOS_ICON '\U1F31E'$q # 🌞
|
||||
HOME_ICON '\uE12C'$s #
|
||||
HOME_SUB_ICON '\uE18D'$s #
|
||||
|
|
@ -236,6 +237,7 @@ function _p9k_init_icons() {
|
|||
LINUX_ALMALINUX_ICON '\uF17C'$s #
|
||||
LINUX_GUIX_ICON '\uF17C'$s #
|
||||
LINUX_NEON_ICON '\uF17C'$s #
|
||||
LINUX_POSTMARKETOS_ICON '\uF17C'$s #
|
||||
SUNOS_ICON '\uF185 ' #
|
||||
HOME_ICON '\uF015'$s #
|
||||
HOME_SUB_ICON '\uF07C'$s #
|
||||
|
|
@ -396,6 +398,7 @@ function _p9k_init_icons() {
|
|||
LINUX_ALMALINUX_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX$s}"
|
||||
LINUX_GUIX_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX$s}"
|
||||
LINUX_NEON_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX$s}"
|
||||
LINUX_POSTMARKETOS_ICON "${CODEPOINT_OF_AWESOME_LINUX:+\\u$CODEPOINT_OF_AWESOME_LINUX$s}"
|
||||
SUNOS_ICON "${CODEPOINT_OF_AWESOME_SUN_O:+\\u$CODEPOINT_OF_AWESOME_SUN_O }"
|
||||
HOME_ICON "${CODEPOINT_OF_AWESOME_HOME:+\\u$CODEPOINT_OF_AWESOME_HOME$s}"
|
||||
HOME_SUB_ICON "${CODEPOINT_OF_AWESOME_FOLDER_OPEN:+\\u$CODEPOINT_OF_AWESOME_FOLDER_OPEN$s}"
|
||||
|
|
@ -549,6 +552,7 @@ function _p9k_init_icons() {
|
|||
LINUX_ALMALINUX_ICON '\UF31D'$s #
|
||||
LINUX_GUIX_ICON '\UF325'$s #
|
||||
LINUX_NEON_ICON '\uF17C' #
|
||||
LINUX_POSTMARKETOS_ICON '\UF374'$s #
|
||||
LINUX_ICON '\uF17C' #
|
||||
SUNOS_ICON '\uF185 ' #
|
||||
HOME_ICON '\uF015'$s #
|
||||
|
|
@ -710,6 +714,7 @@ function _p9k_init_icons() {
|
|||
LINUX_ALMALINUX_ICON '\uF17C' #
|
||||
LINUX_GUIX_ICON '\uF325'$s #
|
||||
LINUX_NEON_ICON '\uF17C' #
|
||||
LINUX_POSTMARKETOS_ICON '\UF374'$s #
|
||||
LINUX_ICON '\uF17C' #
|
||||
SUNOS_ICON '\uF185 ' #
|
||||
HOME_ICON '\uF015'$s #
|
||||
|
|
|
|||
|
|
@ -8672,6 +8672,7 @@ function _p9k_init_cacheable() {
|
|||
almalinux) _p9k_set_os Linux LINUX_ALMALINUX_ICON;;
|
||||
guix) _p9k_set_os Linux LINUX_GUIX_ICON;;
|
||||
neon) _p9k_set_os Linux LINUX_NEON_ICON;;
|
||||
postmarketos) _p9k_set_os Linux LINUX_POSTMARKETOS_ICON;;
|
||||
*) _p9k_set_os Linux LINUX_ICON;;
|
||||
esac
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue