Regenerated
This commit is contained in:
+289
-293
File diff suppressed because it is too large
Load Diff
+1
-5
@@ -838,6 +838,7 @@ in
|
|||||||
thunar-volman # auto-mount removable drives
|
thunar-volman # auto-mount removable drives
|
||||||
gvfs # support for external drives and network shares
|
gvfs # support for external drives and network shares
|
||||||
xarchiver # optional GUI archive manager
|
xarchiver # optional GUI archive manager
|
||||||
|
tumbler # Showing thumbnails
|
||||||
];
|
];
|
||||||
|
|
||||||
############################
|
############################
|
||||||
@@ -2289,20 +2290,15 @@ in
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
echo "Running as $(whoami)"
|
echo "Running as $(whoami)"
|
||||||
echo "Copying wallpapers from ${wallpaperSrc} to ${wallpaperDst} ..."
|
echo "Copying wallpapers from ${wallpaperSrc} to ${wallpaperDst} ..."
|
||||||
|
|
||||||
if [ ! -d "${wallpaperSrc}" ]; then
|
if [ ! -d "${wallpaperSrc}" ]; then
|
||||||
echo "ERROR: ${wallpaperSrc} does not exist"
|
echo "ERROR: ${wallpaperSrc} does not exist"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p "${wallpaperDst}"
|
mkdir -p "${wallpaperDst}"
|
||||||
|
|
||||||
# Simple copy, overwrite everything
|
# Simple copy, overwrite everything
|
||||||
cp -r "${wallpaperSrc}/." "${wallpaperDst}/"
|
cp -r "${wallpaperSrc}/." "${wallpaperDst}/"
|
||||||
|
|
||||||
# Fix permissions
|
# Fix permissions
|
||||||
chmod -R u+rwx "${wallpaperDst}"
|
chmod -R u+rwx "${wallpaperDst}"
|
||||||
|
|
||||||
echo "Done copying wallpapers."
|
echo "Done copying wallpapers."
|
||||||
'';
|
'';
|
||||||
executable = true;
|
executable = true;
|
||||||
|
|||||||
Regular → Executable
Regular → Executable
@@ -14,6 +14,7 @@ in
|
|||||||
thunar-volman # auto-mount removable drives
|
thunar-volman # auto-mount removable drives
|
||||||
gvfs # support for external drives and network shares
|
gvfs # support for external drives and network shares
|
||||||
xarchiver # optional GUI archive manager
|
xarchiver # optional GUI archive manager
|
||||||
|
tumbler # Showing thumbnails
|
||||||
];
|
];
|
||||||
|
|
||||||
############################
|
############################
|
||||||
|
|||||||
@@ -21,20 +21,15 @@ in
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
echo "Running as $(whoami)"
|
echo "Running as $(whoami)"
|
||||||
echo "Copying wallpapers from ${wallpaperSrc} to ${wallpaperDst} ..."
|
echo "Copying wallpapers from ${wallpaperSrc} to ${wallpaperDst} ..."
|
||||||
|
|
||||||
if [ ! -d "${wallpaperSrc}" ]; then
|
if [ ! -d "${wallpaperSrc}" ]; then
|
||||||
echo "ERROR: ${wallpaperSrc} does not exist"
|
echo "ERROR: ${wallpaperSrc} does not exist"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p "${wallpaperDst}"
|
mkdir -p "${wallpaperDst}"
|
||||||
|
|
||||||
# Simple copy, overwrite everything
|
# Simple copy, overwrite everything
|
||||||
cp -r "${wallpaperSrc}/." "${wallpaperDst}/"
|
cp -r "${wallpaperSrc}/." "${wallpaperDst}/"
|
||||||
|
|
||||||
# Fix permissions
|
# Fix permissions
|
||||||
chmod -R u+rwx "${wallpaperDst}"
|
chmod -R u+rwx "${wallpaperDst}"
|
||||||
|
|
||||||
echo "Done copying wallpapers."
|
echo "Done copying wallpapers."
|
||||||
'';
|
'';
|
||||||
executable = true;
|
executable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user