Compare commits
No commits in common. "11edc277ece9207d8c354529dc8ae8c0776a51fb" and "fae1b5f2f9d408c9830e88a1f6a9f2a8e106e54a" have entirely different histories.
11edc277ec
...
fae1b5f2f9
2
playbook/roles/role-one/files/mate-calc.dockitem
Normal file
2
playbook/roles/role-one/files/mate-calc.dockitem
Normal file
|
@ -0,0 +1,2 @@
|
|||
[PlankDockItemPreferences]
|
||||
Launcher=file:///usr/share/applications/mate-calc.desktop
|
|
@ -1,2 +0,0 @@
|
|||
[PlankDockItemPreferences]
|
||||
Launcher=file:///usr/share/applications/org.gnome.Calculator.desktop
|
|
@ -1,2 +0,0 @@
|
|||
[PlankDockItemPreferences]
|
||||
Launcher=file:///usr/share/applications/org.gnome.Nautilus.desktop
|
|
@ -1,2 +0,0 @@
|
|||
[PlankDockItemPreferences]
|
||||
Launcher=file:///usr/share/applications/org.gnome.Terminal.desktop
|
|
@ -1,2 +0,0 @@
|
|||
[PlankDockItemPreferences]
|
||||
Launcher=file:///usr/share/applications/org.gnome.gedit.desktop
|
2
playbook/roles/role-one/files/org.xfce.Parole.dockitem
Normal file
2
playbook/roles/role-one/files/org.xfce.Parole.dockitem
Normal file
|
@ -0,0 +1,2 @@
|
|||
[PlankDockItemPreferences]
|
||||
Launcher=file:///usr/share/applications/org.xfce.Parole.desktop
|
2
playbook/roles/role-one/files/thunderbird.dockitem
Normal file
2
playbook/roles/role-one/files/thunderbird.dockitem
Normal file
|
@ -0,0 +1,2 @@
|
|||
[PlankDockItemPreferences]
|
||||
Launcher=file:///usr/share/applications/thunderbird.desktop
|
2
playbook/roles/role-one/files/xfce4-terminal.dockitem
Normal file
2
playbook/roles/role-one/files/xfce4-terminal.dockitem
Normal file
|
@ -0,0 +1,2 @@
|
|||
[PlankDockItemPreferences]
|
||||
Launcher=file:///usr/share/applications/xfce4-terminal.desktop
|
|
@ -1,18 +1,11 @@
|
|||
---
|
||||
|
||||
- name: General Changes | Check if xfce session is running
|
||||
shell:
|
||||
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"
|
||||
when: session_running.stdout and session_running.stdout != 'xfce'
|
||||
- name: General Changes | Install xfce4
|
||||
become: yes
|
||||
apt:
|
||||
name: xfce4
|
||||
state: latest
|
||||
update_cache: yes
|
||||
|
||||
- name: General Changes | Hide icons
|
||||
xfconf:
|
||||
|
@ -66,22 +59,9 @@
|
|||
dest: "{{ home_directory }}/Pictures"
|
||||
remote_src: yes
|
||||
|
||||
- name: General Changes | Get propery name for setting wallpaper
|
||||
shell:
|
||||
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"
|
||||
property: "{{ wallpaper_property.stdout_lines[0] }}"
|
||||
value_type: string
|
||||
property: "/backdrop/screen0/monitor0/workspace0/last-image"
|
||||
value_type: "string"
|
||||
value: "{{ home_directory }}/Pictures/wallpapers/2560x1440.png"
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
channel: xfce4-panel
|
||||
property: /plugins/plugin-1/custom-menu-file
|
||||
value_type: string
|
||||
value: "{{ home_directory }}/.config/menu/xpple.menu"
|
||||
value: /root/.config/menu/xpple.menu
|
||||
|
||||
- name: Xfce Panel | Modify applicationsmenu - plugin-1 - button-icon
|
||||
xfconf:
|
||||
|
|
Loading…
Reference in New Issue
Block a user