Warning: Undefined array key "first" in /home/www/dokuwiki/lib/plugins/blog/syntax/blog.php on line 51

Warning: Undefined array key "type" in /home/www/dokuwiki/lib/plugins/blog/helper.php on line 73

Warning: Undefined array key "type" in /home/www/dokuwiki/lib/plugins/blog/helper.php on line 73

Warning: Undefined array key "blog:make_gnome_3.30_look_great_again" in /home/www/dokuwiki/lib/plugins/blog/syntax/blog.php on line 126

Warning: Undefined array key "pre" in /home/www/dokuwiki/inc/parser/xhtml.php on line 1597

Warning: Undefined array key "suf" in /home/www/dokuwiki/inc/parser/xhtml.php on line 1608

Warning: Undefined array key 1 in /home/www/dokuwiki/lib/plugins/include/syntax/wrap.php on line 33

Warning: Undefined array key 2 in /home/www/dokuwiki/lib/plugins/include/syntax/wrap.php on line 33

Warning: Undefined array key 3 in /home/www/dokuwiki/lib/plugins/include/syntax/wrap.php on line 33

Make GNOME 3.30 Look Great Again

I have updated the CSS snippet from my post last year to be compatible to GNOME 3.30, as e.g. used in Debian Buster:

~/.config/gtk-3.0/gtk.css
.default-decoration.titlebar:not(headerbar), headerbar.default-decoration {
  padding: 0 6px;
  min-height: 46px;
  border: none;
  background-image: linear-gradient(to bottom,
  shade(@theme_bg_color, 1.05),
  shade(@theme_bg_color, 0.99));
  box-shadow: inset 0 1px shade(@theme_bg_color, 1.4);
}
 
.default-decoration .titlebutton {
  min-height: 24px;
  min-width: 16px;
  padding: 4px 9px;
}

Again, this changes the appearance of title bars to avoid their “spare part” look on some applications (Firefox, LibreOffice, Terminal).

Older entries >>