Advertisement
adaoduque

xfce4 shell

Dec 1st, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. #Seta o wallpaper
  2. xfconf-query --channel xfce4-desktop --property /backdrop/screen0/monitor0/image-path --set ~/Pictures/wallpaper/image.jpg;
  3.  
  4. #Seta o tema XFCE DUSK 2
  5. xfconf-query -c xsettings -p /Net/ThemeName -s "Xfce-dusk-2";
  6.  
  7. #Seta a altura de 26 para o panel 1 TOP
  8. xfconf-query -c xfce4-panel -p /panels/panel-1/size -s 26;
  9.  
  10. #Seta largura de 100% no panel 2 - BOTTOM
  11. xfconf-query -c xfce4-panel -p /panels/panel-2/length -s 100;
  12.  
  13. #Seta auto hide no panel 2 - BOTTOM
  14. xfconf-query -c xfce4-panel -p /panels/panel-2/autohide -s true;
  15.  
  16. #Seta a altura de 27 no panel 2 - BOTTOM
  17. xfconf-query -c xfce4-panel -p /panels/panel-2/size -s 27;
  18.  
  19. #Restarta os panels
  20. xfce4-panel -r;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement