+ gtk settings
This commit is contained in:
3
dots/gtk/.gtk-bookmarks
Normal file
3
dots/gtk/.gtk-bookmarks
Normal file
@@ -0,0 +1,3 @@
|
||||
file:///home/poq/syncDir/0_downloads 0_downloads
|
||||
file:///home/poq/syncDir syncDir
|
||||
file:///home/poq/syncDir/gitRepos >> gitRepos
|
||||
18
dots/gtk/.gtkrc-2.0
Normal file
18
dots/gtk/.gtkrc-2.0
Normal file
@@ -0,0 +1,18 @@
|
||||
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/poq/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Sweet-Dark"
|
||||
gtk-icon-theme-name="Sweet-Purple"
|
||||
gtk-font-name="Cantarell 11"
|
||||
gtk-cursor-theme-name="Qogir-dark"
|
||||
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"
|
||||
@@ -190,12 +190,23 @@ if [ ${operation} == "dots" ] ; then
|
||||
deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}"
|
||||
fi
|
||||
|
||||
# gtk (upd using lxappearance)
|
||||
# gtk (settings found using lxappearance)
|
||||
file_name=settings.ini
|
||||
file_path=/home/${user}/.config/gtk-3.0
|
||||
mkdir -p ${file_path}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
file_name=.gtk-bookmarks
|
||||
file_path=/home/${user}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
tmp_file_path_full="/home/${user}/.config/gtk-3.0/bookmarks"
|
||||
trash-put ${tmp_file_path_full}
|
||||
ln -s "${file_path}/${file_name}" "${tmp_file_path_full}"
|
||||
|
||||
file_name=.gtkrc-2.0
|
||||
file_path=/home/${user}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}.mine"
|
||||
|
||||
# pcmanfm
|
||||
file_name=pcmanfm.conf
|
||||
file_path=/home/${user}/.config/pcmanfm/default
|
||||
|
||||
Reference in New Issue
Block a user