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

18 lines
548 B
YAML
Raw Normal View History

2022-03-11 08:59:12 +00:00
2022-03-21 13:15:40 +00:00
user: testuser
home_directory: /home/{{ user }}
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
# Disabling compositor gives a beautiful blurry window borders
# But it's been observed that it cause issues with the whole system
# So its default to false for now
2022-03-23 04:47:07 +00:00
enable_picom: false
enable_ulauncher: false
enable_conky: true
enable_comice_control: true