add desktop background

This commit is contained in:
2026-07-19 16:11:49 -05:00
parent e28f15a0c2
commit 53b43eda88
2 changed files with 6 additions and 0 deletions

View File

@@ -43,3 +43,9 @@ TASKBAR_LAYOUT='[
]' ]'
cat $FP | jq --argjson layout "$TASKBAR_LAYOUT" '.["pinned-apps"]["value"] = $layout' | tee tmp.json && mv tmp.json "$FP" cat $FP | jq --argjson layout "$TASKBAR_LAYOUT" '.["pinned-apps"]["value"] = $layout' | tee tmp.json && mv tmp.json "$FP"
# set desktop background image
IMAGE_NAME="smoky-mountains-background.jpg"
mkdir -p "$HOME/.local/share/backgrounds"
cp "./utils/$IMAGE_NAME" "$HOME/.local/share/backgrounds/$IMAGE_NAME"
gsettings set org.cinnamon.desktop.background picture-uri "file://$HOME/.local/share/backgrounds/$IMAGE_NAME"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB