mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
change GNOME titlebar height
This commit is contained in:
parent
6c232984f1
commit
f99c1b8185
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
gsettings set org.gnome.settings-daemon.plugins.power power-button-action 'interactive'
|
||||
gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type 'nothing'
|
||||
|
||||
echo 'window.ssd headerbar.titlebar { padding-top: 2px; padding-bottom: 2px; }' > ~/.config/gtk-3.0/gtk.css
|
||||
echo 'window.ssd headerbar.titlebar { padding-top: 1px; padding-bottom: 1px; }' > ~/.config/gtk-3.0/gtk.css
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue