Go to file
swapnil facef3c3e2
buildbot/travis_bionic Build done. Details
📝 Updated Docs and moved roadmap to separate file
2022-03-25 12:02:38 +05:30
playbook 🔇 Removed debug logs 2022-03-25 12:01:18 +05:30
readme.md 📝 Updated Docs and moved roadmap to separate file 2022-03-25 12:02:38 +05:30
roadmap.txt 📝 Updated Docs and moved roadmap to separate file 2022-03-25 12:02:38 +05:30
xpple_menu.zip 🎉 Created Playbook 2022-03-11 14:47:40 +05:30

readme.md

Customize Xfce Desktop

Automate the customization of your Xfce Desktop to Look Like macOS Big Sur

Prerequisite:

  • Install Dependencies
    sudo apt update
    sudo apt install software-properties-common
    sudo add-apt-repository --yes --update ppa:ansible/ansible
    sudo apt install ansible git xfce4
    
  • Switch to xfce-session
    • Logout
    • On the login screen, click on the settings icon in the bottom-right corner and select xfce-session
    • Login

Automate and chill

  • Open terminal and paste below command

    ansible-pull -d ~/Documents/modify-desktop-ansible -U https://git.bitmessage.org/swapnil/customize-xfce-anisble.git ~/Documents/modify-desktop-ansible/playbook/setup.yml -K
    
  • Enter password when prompted for BECOME password

  • Logout and login again after the execution finishes