Hi, anyone knows about some command for hide and show all desktop? I mean one button will be everytime on desktop and when i press it, each icons, widget etc. hide and next show back.. because if i have some nice wallpaper, it would be fine
if [ "$QBW_EXEC_REASON" == "QBW_STARTUP_UPDATE" ]; then # add here switch on instructions for id in id1 id2 id3 ;do run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw${ID} oh.no.more.show done echo "ON"; exit 1; fi; if [ "$QBW_CURRENT_RESULTS_TEXT" == "ON" ]; then # add here switch off instructions for id in id1 id2 id3 ;do run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw${ID} oh.no.more.hide done echo "OFF"; exit 0; else # add here switch on instructions for id in id1 id2 id3 ;do run-standalone.sh dbus-send --session --type=method_call --dest=oh.no.more.qbw /oh/no/more/qbw${ID} oh.no.more.show done echo "ON"; exit 1; fi;