add desktop background
This commit is contained in:
@@ -43,3 +43,9 @@ TASKBAR_LAYOUT='[
|
||||
]'
|
||||
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"
|
||||
|
||||
|
||||
BIN
utils/smoky-mountains-background.jpg
Normal file
BIN
utils/smoky-mountains-background.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 MiB |
Reference in New Issue
Block a user