Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. for panelid in 10 11; do
  2. xfconf-query -c xfce4-panel -p "/panels/panel-${panelid}/plugin-ids" -c "$(while read -r id; do printf -- '-t int -s %i' "$id"; done < <(xfconf-query -c xfce4-panel -p /panels/panel-1/plugin-ids | tail -n +3))" -a;
  3. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement