vinceliuice / Graphite-gtk-theme

Graphite gtk theme
GNU General Public License v3.0
1.01k stars 51 forks source link

Top bar font size is too small on 4K resolution #92

Open enginhu opened 1 year ago

enginhu commented 1 year ago

Hi, How can i increase the font size of top bar? I couldn't find the css selector in gnome-shell.css.

JerryPenguin commented 1 year ago

i am missind the HD option too

leoniscsem commented 3 months ago

Go to {Graphite theme}/gnome-shell/gnome-shell.css and find the following entries:

#panel {
  font-weight: bold;
  ...
  font-size: 11pt;  # set font size according to your taste
  background-color: #292e38;
  height: 32px;
}
.popup-menu {
  ...
  font-weight: normal;
  font-size: 12pt; # set font size according to your taste
}