How to make gnome titlebar smaller? (gnome 3.20.2)
the solution above is not working for me -
create ~/.config/gtk-3.0/gtk.css with the following content and restart the shell,
window.ssd headerbar.titlebar {
padding-top: 4px;
padding-bottom: 4px;
min-height: 0;
}
window.ssd headerbar.titlebar button.titlebutton {
padding: 0px;
min-height: 0;
min-width: 0;
}
This is working for me in Fedora 24, Gnome 3.20.2 Don't know what might be wrong in your setup.. Perhaps you changed the default value of this environment variable?
echo $XDG_CONFIG_HOME
@fedelibre thanks for the suggestion, i am currently in my workplace.i will check the output tonight