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

15 lines
422 B
YAML
Raw Normal View History

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