Added wallpaper
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,4 +7,5 @@ wget-log
|
|||||||
iosevka*
|
iosevka*
|
||||||
simp1e/*
|
simp1e/*
|
||||||
simp1e
|
simp1e
|
||||||
simp1*
|
simp1*
|
||||||
|
wget*
|
@ -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\");
|
||||||
|
}"
|
Reference in New Issue
Block a user