diff --git a/dots/nitrogen/bg-saved.cfg b/dots/nitrogen/bg-saved.cfg new file mode 100644 index 0000000..ba4c053 --- /dev/null +++ b/dots/nitrogen/bg-saved.cfg @@ -0,0 +1,9 @@ +[xin_0] +file=/home/$USER/.local/share/wp/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg +mode=4 +bgcolor=#000000 + +[xin_1] +file=/home/$USER/.local/share/wp/3840x2160_tropicalSunsetDreamscape_backiee-291530-landscape.jpg +mode=4 +bgcolor=#000000 diff --git a/dots/nitrogen/nitrogen.cfg b/dots/nitrogen/nitrogen.cfg new file mode 100644 index 0000000..c52df3a --- /dev/null +++ b/dots/nitrogen/nitrogen.cfg @@ -0,0 +1,12 @@ +[geometry] +posx=-1 +posy=-1 +sizex=450 +sizey=500 + +[nitrogen] +view=icon +recurse=true +sort=alpha +icon_caps=false +dirs=/home/poq/.local/share/wp; diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index cf481ab..cc0ed25 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -210,6 +210,10 @@ if [ ${operation} == "dots" ] ; then file_path=/home/${user} deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}" + # nitrogen + file_path=/home/${user}/.config/nitrogen + deploy_file "${dots_trg}/nitrogen/*" "${file_path}/" + # pcmanfm # bookmarks found in "dots/gtk/.gtk-bookmarks" file_name=pcmanfm.conf