Compare commits
2 Commits
d02454dd9f
...
facef3c3e2
Author | SHA1 | Date | |
---|---|---|---|
facef3c3e2 | |||
96e7c45d2b |
|
@ -5,10 +5,6 @@
|
|||
cmd: "echo $DESKTOP_SESSION"
|
||||
register: session_running
|
||||
|
||||
- name: General Changes | Debug session_running
|
||||
debug:
|
||||
var: session_running
|
||||
|
||||
- name: General Changes | Stop execution if xfce session is not running
|
||||
fail:
|
||||
msg: "xfce session is not running"
|
||||
|
@ -72,14 +68,6 @@
|
|||
cmd: "xfconf-query -c xfce4-desktop -l | grep 'last-image$'"
|
||||
register: wallpaper_property
|
||||
|
||||
- name: Debug | Debug wallpaper_property
|
||||
debug:
|
||||
var: wallpaper_property
|
||||
|
||||
- name: Debug | Debug wallpaper_property.stdout_lines
|
||||
debug:
|
||||
var: wallpaper_property.stdout_lines[0]
|
||||
|
||||
- name: General Changes | Change wallpaper
|
||||
xfconf:
|
||||
channel: "xfce4-desktop"
|
||||
|
|
25
readme.md
Normal file
25
readme.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# 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
|
|
@ -1,5 +1,3 @@
|
|||
## ansible-pull -o -d ~/Documents/modify-desktop-ansible -i ~/Documents/inventory -U https://git.bitmessage.org/swapnil/customize-xfce-anisble.git ~/Documents/modify-desktop-ansible/playbook/setup.yml
|
||||
|
||||
- install xfce
|
||||
- sudo apt install xfce4
|
||||
|
||||
|
@ -261,23 +259,3 @@
|
|||
- Modify launcher
|
||||
- Unable to add new entry in launcher. No error in UI
|
||||
- icon: ~/Downloads/update-xfce-bigsur/icons/...
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user