Apply theme to gtk configuration

This commit is contained in:
David Todd 2021-02-19 16:25:26 -06:00
parent b398bab13b
commit 4e7621a860
2 changed files with 9 additions and 0 deletions

8
home/.gtkrc-2.0 Normal file
View File

@ -0,0 +1,8 @@
gtk-theme-name="oomox-iceberg"
gtk-icon-theme-name="oomox-iceberg"
gtk-font-name="Noto Sans 10"
gtk-cursor-theme-name="xcursor-breeze"
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"
gtk-xft-rgba="rgb"

View File

@ -80,6 +80,7 @@ symlink "${DF_HOME}/.environment" "${HOME}/.environment"
symlink "${DF_HOME}/.functions" "${HOME}/.functions"
symlink "${DF_HOME}/.gitconfig" "${HOME}/.gitconfig"
symlink "${DF_HOME}/.gtkrc.mine" "${HOME}/.gtkrc.mine"
symlink "${DF_HOME}/.gtkrc-2.0" "${HOME}/.gtkrc-2.0"
symlink "${DF_HOME}/.stalonetrayrc" "${HOME}/.stalonetrayrc"
symlink "${DF_HOME}/.tmux.conf" "${HOME}/.tmux.conf"
symlink "${DF_HOME}/.tmux/iceberg.tmux.conf" "${HOME}/.tmux/iceberg.tmux.conf"