Skip to content
Snippets Groups Projects
Unverified Commit ffa74bc4 authored by dhruv8sh's avatar dhruv8sh Committed by GitHub
Browse files

Update run_this.sh

parent c2f8b3db
No related branches found
No related tags found
No related merge requests found
dir=$(dirname $0)
dir="$dir/FloatingDockPanelCustomLatte.layout.latte"
echo $dir
#!latte-dock --import-layout $dir
#!latte-dock --replace
qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript '
var allDesktops = desktops();
print (allDesktops);
for (i=0;i<allDesktops.length;i++)
{
d = allDesktops[i];
d.wallpaperPlugin = "org.kde.image";
d.currentConfigGroup = Array("Wallpaper", "org.kde.image", "General");
d.writeConfig("Image", "$(dirname $0)/Cyberpunk2077-wallpaper.jpg")
}'
latte-dock --import-layout $dir
latte-dock --replace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment