Added wallpaper

This commit is contained in:
2022-04-24 11:08:56 -07:00
parent 3cd689a413
commit 1ba9319ef8
2 changed files with 16 additions and 2 deletions

3
.gitignore vendored
View File

@ -7,4 +7,5 @@ wget-log
iosevka* iosevka*
simp1e/* simp1e/*
simp1e simp1e
simp1* simp1*
wget*

View File

@ -116,4 +116,17 @@ chmod +x ./generate_svgs.sh
./generate_svgs.sh ./generate_svgs.sh
./build_cursors.sh ./build_cursors.sh
cp -r ./built_themes/* ~/.local/share/icons/ cp -r ./built_themes/* ~/.local/share/icons/
kwriteconfig5 --file ~/.config/kcminputrc --group Mouse --key cursorTheme "Simp1e-" kwriteconfig5 --file ~/.config/kcminputrc --group Mouse --key cursorTheme "Simp1e-"
# Wallpaper
wget https://c138.pcloud.com/dHZ31M01DZo01UIKZZZHQX4r7Z2ZZmNzZkZAwYNXZCUrpaQWBJ9YU5IC91RHV78eLjN07/wallpaper2.png -O ~/Pictures/wallpaper.png
dbus-send --session --dest=org.kde.plasmashell --type=method_call /PlasmaShell org.kde.PlasmaShell.evaluateScript "string:
var Desktops = desktops();
for (i=0;i<Desktops.length;i++) {
d = Desktops[i];
d.wallpaperPlugin = \"org.kde.image\";
d.currentConfigGroup = Array(\"Wallpaper\",
\"org.kde.image\",
\"General\");
d.writeConfig(\"Image\", \"file://$(realpath ~)/Pictures/wallpaper.png\");
}"