X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Flib%2Flogin_variables.sh;h=9abb8af48a682d89e7dc7f9b6252c9fc07fb1887;hb=787359d155fac85f01b431f074bf4d83a4c177cb;hp=fe0d1cff9b94698cd7405d6f87be58bff1079037;hpb=55b6848c51969c4f8e993f03e17d5c391cc0e021;p=khome.git diff --git a/home/lib/login_variables.sh b/home/lib/login_variables.sh index fe0d1cf..9abb8af 100644 --- a/home/lib/login_variables.sh +++ b/home/lib/login_variables.sh @@ -19,6 +19,8 @@ env | grep ^DIR_ | awk -F= '{print $2}' | xargs -I% mkdir -p '%' ### FILEs ### export FILE_LOG_MPD="$DIR_LOG_MPD/mpd.log" export FILE_VIDEO_CATALOG="$DIR_VIDEO/catalog" +export FILE_WALLPAPER_CURR="$HOME/wallpaper_curr.txt" +export FILE_WALLPAPER_FAVS="$HOME/wallpaper_favs.txt" # .Net Core #DOTNET_ROOT_path=$(which dotnet)