customize-xfce-anisble/playbook/roles/role-one/vars/main.yml

15 lines
422 B
YAML
Raw Normal View History

2022-03-11 09:59:12 +01:00
2022-03-25 05:03:15 +01:00
home_directory: "{{ lookup('env','HOME') }}"
2022-03-21 14:15:40 +01:00
plank_dock_launcher_path: "{{ home_directory }}/.config/plank/dock1/launchers"
autostart_path: "{{ home_directory }}/.config/autostart"
2022-03-11 09:59:12 +01:00
lightdm_path: /etc/lightdm
2022-03-21 14:15:40 +01:00
terminal_config_path: "{{ home_directory }}/.config/xfce4/terminal"
2022-03-11 09:59:12 +01:00
2022-03-23 05:47:07 +01:00
# Add-ons
2022-03-24 06:33:54 +01:00
enable_picom: true
2022-03-25 05:03:15 +01:00
enable_ulauncher: true
2022-03-23 05:47:07 +01:00
enable_conky: true
enable_lightdm: false # because not working
2022-03-25 05:03:15 +01:00
enable_comice_control: true