]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blame - roles/lxde/tasks/main.yml
Add zeal configuration and pcmanfm
[perso/Immae/Config/Ansible.git] / roles / lxde / tasks / main.yml
CommitLineData
397c4fed
IB
1---
2- name: Import graphical
3 include_role:
4 name: graphical
5- name: Config files
eac82f28
IB
6 copy:
7 mode: preserve
8 src: "config_files/{{ lxde_config_item }}"
9 dest: "$XDG_CONFIG_HOME/{{ lxde_config_item }}"
10 loop:
11 - libfm/libfm.conf
eac82f28
IB
12 - pcmanfm/LXDE/pcmanfm.conf
13 - lxterminal/lxterminal.conf
14 - openbox/lxde-rc.xml
15 - lxpanel/LXDE/panels/panel
16 - lxpanel/LXDE/config
17 - lxpanel/launchtaskbar.cfg
18 - lxsession-default-apps/settings.conf
19 - lxsession/LXDE/autostart
20 - lxsession/LXDE/desktop.conf
23a64c85 21 - gpicview/gpicview.conf
eac82f28
IB
22 - xinitrc
23 loop_control:
24 loop_var: lxde_config_item
3dd3d428
IB
25- name: pcmanfm destkop configuration
26 ini_file:
27 path: "$XDG_CONFIG_HOME/pcmanfm/LXDE/desktop-items-0.conf"
28 section: "*"
29 option: "{{ item.0 }}"
30 value: "{{ item.1 }}"
31 no_extra_spaces: true
32 loop:
33 - [ "wallpaper_mode", "crop" ]
34 - [ "wallpaper_common", "1" ]
35 - [ "desktop_bg", "#000000" ]
36 - [ "desktop_fg", "#ffffff" ]
37 - [ "desktop_shadow", "#000000" ]
38 - [ "desktop_font", "Sans 12" ]
39 - [ "folder", "" ]
40 - [ "show_wm_menu", "0" ]
41 - [ "sort", "mtime;ascending;" ]
42 - [ "show_documents", "0" ]
43 - [ "show_trash", "1" ]
44 - [ "show_mounts", "0" ]
45
46- name: lxmusic configuration
47 ini_file:
48 path: "$XDG_CONFIG_HOME/lxmusic/config"
49 section: Main
50 option: "{{ item.0 }}"
51 value: "{{ item.1 }}"
52 no_extra_spaces: true
53 loop:
54 - [ "show_tray_icon", 1 ]
55 - [ "close_to_tray", 0 ]
56 - [ "play_after_exit", 0 ]
57 - [ "show_playlist", 1 ]
58 - [ "filter", 0 ]