Feat: replace me by me.username
This commit is contained in:
parent
8764145118
commit
ede86442f1
@ -75,39 +75,39 @@
|
|||||||
key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/binding"
|
key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/binding"
|
||||||
value: "'<Super>Return'"
|
value: "'<Super>Return'"
|
||||||
state: present
|
state: present
|
||||||
become_user: me
|
become_user: "{{ me.username }}'
|
||||||
|
|
||||||
- name: <super + enter> to fire a terminal - command
|
- name: <super + enter> to fire a terminal - command
|
||||||
dconf:
|
dconf:
|
||||||
key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/command"
|
key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/command"
|
||||||
value: "'st'"
|
value: "'st'"
|
||||||
state: present
|
state: present
|
||||||
become_user: me
|
become_user: "{{ me.username }}'
|
||||||
|
|
||||||
- name: <super + enter> to fire a terminal - name
|
- name: <super + enter> to fire a terminal - name
|
||||||
dconf:
|
dconf:
|
||||||
key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/name"
|
key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/name"
|
||||||
value: "'Terminal'"
|
value: "'Terminal'"
|
||||||
state: present
|
state: present
|
||||||
become_user: me
|
become_user: "{{ me.username }}'
|
||||||
|
|
||||||
- name: Shell theme
|
- name: Shell theme
|
||||||
dconf:
|
dconf:
|
||||||
key: "/org/gnome/shell/extensions/user-theme/name"
|
key: "/org/gnome/shell/extensions/user-theme/name"
|
||||||
value: "'Plata-Noir-Compact'"
|
value: "'Plata-Noir-Compact'"
|
||||||
state: present
|
state: present
|
||||||
become_user: me
|
become_user: "{{ me.username }}'
|
||||||
|
|
||||||
- name: Gtk theme
|
- name: Gtk theme
|
||||||
dconf:
|
dconf:
|
||||||
key: "/org/gnome/desktop/interface/get-theme"
|
key: "/org/gnome/desktop/interface/get-theme"
|
||||||
value: "'plata-Noir-Compact'"
|
value: "'plata-Noir-Compact'"
|
||||||
state: present
|
state: present
|
||||||
become_user: me
|
become_user: "{{ me.username }}'
|
||||||
|
|
||||||
- name: Icon theme
|
- name: Icon theme
|
||||||
dconf:
|
dconf:
|
||||||
key: "/org/gnome/desktop/interface/get-theme"
|
key: "/org/gnome/desktop/interface/get-theme"
|
||||||
value: "'Tela-orange-dark'"
|
value: "'Tela-orange-dark'"
|
||||||
state: present
|
state: present
|
||||||
become_user: me
|
become_user: "{{ me.username }}'
|
||||||
|
Loading…
Reference in New Issue
Block a user