Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom fonts #87

Open
JoohanV opened this issue Nov 12, 2020 · 5 comments
Open

Add custom fonts #87

JoohanV opened this issue Nov 12, 2020 · 5 comments
Assignees

Comments

@JoohanV
Copy link

JoohanV commented Nov 12, 2020

I'm using zsh with powerlevel10k. This zsh theme needs the right font to properly work. Right now this theme is broken because I can't use said font.

A screenshot for clarification:
dropdownzsh

@bigbn
Copy link
Owner

bigbn commented Nov 30, 2020

This might be a bug with VTE upstream. I got similar issue with powerline without any reason. But after recent system upgrades everything work as expected.
image

@nvdl
Copy link

nvdl commented Jan 7, 2021

Until it is available as a feature, you can do the following modifications to use the needed font:

const fontDesc = Pango.FontDescription.from_string(fontDescStr)

change it to:

const fontDesc = Pango.FontDescription.from_string("MesloLGS NF 16");

@koolskateguy89
Copy link

@nvdl Any idea how to make the font smaller? Even when I changed 16 it made no difference

@koolskateguy89
Copy link

koolskateguy89 commented Feb 15, 2021

@nvdl Any idea how to make the font smaller? Even when I changed 16 it made no difference

Found it: there are inbuilt hotkeys to manipulate the font (Ctrl+Alt+= to increase and Ctrl+Alr+- to decrease by default)

@nvdl
Copy link

nvdl commented Feb 15, 2021

@nvdl Any idea how to make the font smaller? Even when I changed 16 it made no difference

Found it: there are inbuilt hotkeys to manipulate the font (Ctrl+Alt+= to increase and Ctrl+Alr+- to decrease by default)

I think reloading Gnome shell will also work after updating the font size.
Alt+F2, type in "r" without quotes and press enter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants