Add plank + gtk prefs
parent
3c795ca682
commit
588234d467
@ -0,0 +1,21 @@
|
||||
[dock1]
|
||||
icon-size=48
|
||||
show-dock-item=false
|
||||
position='left'
|
||||
dock-items=['gnome-terminal.dockitem']
|
||||
unhide-delay=0
|
||||
items-alignment='center'
|
||||
theme='Frost'
|
||||
hide-mode='intelligent'
|
||||
pinned-only=false
|
||||
auto-pinning=true
|
||||
alignment='center'
|
||||
zoom-percent=150
|
||||
hide-delay=0
|
||||
zoom-enabled=false
|
||||
monitor=''
|
||||
lock-items=false
|
||||
tooltips-enabled=true
|
||||
pressure-reveal=false
|
||||
offset=0
|
||||
current-workspace-only=false
|
@ -0,0 +1,16 @@
|
||||
headerbar entry,
|
||||
headerbar spinbutton,
|
||||
headerbar button,
|
||||
headerbar separator {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
min-height: 10px;
|
||||
}
|
||||
|
||||
headerbar {
|
||||
min-height: 16px;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=0
|
||||
gtk-theme-name=Arc
|
||||
gtk-icon-theme-name=Papirus-Dark
|
||||
gtk-font-name=InconsolataLGC Nerd Font Mono 10
|
||||
gtk-cursor-theme-name=DMZ-Black
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintfull
|
@ -0,0 +1,2 @@
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=0
|
Loading…
Reference in New Issue