Feat: personnal look&feel for gnome
This commit is contained in:
parent
cd7fcb8d0f
commit
f33c9ca9c3
@ -62,12 +62,52 @@
|
|||||||
use: makepkg
|
use: makepkg
|
||||||
skip_installed: true
|
skip_installed: true
|
||||||
with_items:
|
with_items:
|
||||||
|
- plata-theme
|
||||||
- gnome-colors-icon-theme
|
- gnome-colors-icon-theme
|
||||||
- ubo-icons
|
|
||||||
- shadow-icon-theme
|
|
||||||
- vertex-themes
|
|
||||||
- vertex-icons-git
|
|
||||||
- numix-icon-theme-git
|
- numix-icon-theme-git
|
||||||
- numix-circle-icon-theme-git
|
- numix-circle-icon-theme-git
|
||||||
|
- tela-icon-theme-git
|
||||||
become: yes
|
become: yes
|
||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
|
|
||||||
|
- name: <super + enter> to fire a terminal - binding
|
||||||
|
dconf:
|
||||||
|
key: "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/binding"
|
||||||
|
value: "'<Super>Return'"
|
||||||
|
state: present
|
||||||
|
become_user: me
|
||||||
|
|
||||||
|
- name: <super + enter> to fire a terminal - command
|
||||||
|
dconf:
|
||||||
|
key: "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/command"
|
||||||
|
value: "'st'"
|
||||||
|
state: present
|
||||||
|
become_user: me
|
||||||
|
|
||||||
|
- name: <super + enter> to fire a terminal - name
|
||||||
|
dconf:
|
||||||
|
key: "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/name"
|
||||||
|
value: "'Terminal'"
|
||||||
|
state: present
|
||||||
|
become_user: me
|
||||||
|
|
||||||
|
- name: Shell theme
|
||||||
|
dconf:
|
||||||
|
key: "org/gnome/shell/extensions/user-theme/name"
|
||||||
|
value: "'Plata-Noir-Compact'"
|
||||||
|
state: present
|
||||||
|
become_user: me
|
||||||
|
|
||||||
|
- name: Gtk theme
|
||||||
|
dconf:
|
||||||
|
key: "org/gnome/desktop/interface/get-theme"
|
||||||
|
value: "'plata-Noir-Compact'"
|
||||||
|
state: present
|
||||||
|
become_user: me
|
||||||
|
|
||||||
|
- name: Icon theme
|
||||||
|
dconf:
|
||||||
|
key: "org/gnome/desktop/interface/get-theme"
|
||||||
|
value: "'Tela-orange-dark'"
|
||||||
|
state: present
|
||||||
|
become_user: me
|
||||||
|
Loading…
Reference in New Issue
Block a user