Add plank + gtk prefs
This commit is contained in:
parent
3c795ca682
commit
588234d467
5 changed files with 63 additions and 0 deletions
21
dots/docks.ini
Normal file
21
dots/docks.ini
Normal file
|
@ -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
|
16
dots/gtk/3/gtk.css
Normal file
16
dots/gtk/3/gtk.css
Normal file
|
@ -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;
|
||||||
|
}
|
16
dots/gtk/3/settings.ini
Normal file
16
dots/gtk/3/settings.ini
Normal file
|
@ -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
|
2
dots/gtk/4/settings.ini
Normal file
2
dots/gtk/4/settings.ini
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[Settings]
|
||||||
|
gtk-application-prefer-dark-theme=0
|
|
@ -11,6 +11,9 @@ rm -f ~/.config/cmus/rc
|
||||||
rm -f ~/.oh-my-zsh/custom/aliases
|
rm -f ~/.oh-my-zsh/custom/aliases
|
||||||
rm -f ~/.config/openbox/*
|
rm -f ~/.config/openbox/*
|
||||||
rm -f ~/.config/rofi/config.rasi
|
rm -f ~/.config/rofi/config.rasi
|
||||||
|
rm -f ~/.config/gtk-3.0/settings.ini
|
||||||
|
rm -f ~/.config/gtk-3.0/gtk.css
|
||||||
|
rm -f ~/.config/gtk-4.0/settings.ini
|
||||||
|
|
||||||
# Symlink files from git repo
|
# Symlink files from git repo
|
||||||
ln -s ~/.linux/dots/.zshrc ~
|
ln -s ~/.linux/dots/.zshrc ~
|
||||||
|
@ -25,6 +28,11 @@ ln -s ~/.linux/dots/openbox/rc.xml ~/.config/openbox
|
||||||
ln -s ~/.linux/dots/openbox/menu.xml ~/.config/openbox
|
ln -s ~/.linux/dots/openbox/menu.xml ~/.config/openbox
|
||||||
mkdir -p ~/.config/rofi
|
mkdir -p ~/.config/rofi
|
||||||
ln -s ~/.linux/dots/rofi/config.rasi ~/.config/rofi
|
ln -s ~/.linux/dots/rofi/config.rasi ~/.config/rofi
|
||||||
|
mkdir -p ~/.config/gtk-3.0
|
||||||
|
ln -s ~/.linux/dots/gtk/3/settings.ini ~/.config/gtk-3.0
|
||||||
|
ln -s ~/.linux/dots/gtk/3/gtk.css ~/.config/gtk-3.0
|
||||||
|
mkdir -p ~/.config/gtk-4.0
|
||||||
|
ln -s ~/.linux/dots/gtk/4/settings.ini ~/.config/gtk-4.0
|
||||||
|
|
||||||
## Prepare for colorus
|
## Prepare for colorus
|
||||||
touch ~/.colourvars
|
touch ~/.colourvars
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue