forked from extern/nix-config
Add padding to terminal windows with gtk.css
This commit is contained in:
parent
b6171f2d9c
commit
bce99537c6
7
dotfiles/.config/gtk-3.0/gtk.css
Normal file
7
dotfiles/.config/gtk-3.0/gtk.css
Normal file
@ -0,0 +1,7 @@
|
||||
.termite {
|
||||
padding: 30px;
|
||||
/* TODO: Use 15px for normal windows
|
||||
* and 30px all around for floating windows */
|
||||
padding-top: 15px;
|
||||
padding-bottom: 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user