Home » Questions » Computers [ Ask a new question ]

How to change font size in gnome-shell panel

How to change font size in gnome-shell panel

I tried gnome-shell in Ubuntu by using the gnome-shell --replace command. It works well but I think the font size in the shell panel is too big.

Asked by: Guest | Views: 326
Total answers/comments: 1
bert [Entry]

"Yes, it is possible. I had the same problem :)

You have to edit file /usr/share/gnome-shell/js/ui/panel.js.
Find a line const DEFAULT_FONT and change font size (or even name).
After this you have to restart gnome-shell: press Alt+F2, type r, and press Enter.

BTW: You can customize almost everything by editing JavaScript files located in the ui directory."