Dark up GTK theme 🎉
This commit is contained in:
parent
b31146df15
commit
a4063ba217
4 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
[Settings]
|
||||
gtk-application-prefer-dark-theme=0
|
||||
gtk-theme-name=Numix
|
||||
gtk-fallback-icon-theme=Numix
|
||||
gtk-theme-name=Matcha-dark-aliz
|
||||
gtk-fallback-icon-theme=Matcha-dark-aliz
|
||||
gtk-icon-theme-name=Numix-Square
|
||||
gtk-font-name=Cantarell 11
|
||||
gtk-auto-mnemonics=1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
include "/home/jake/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Numix"
|
||||
gtk-theme-name="Matcha-dark-aliz"
|
||||
gtk-icon-theme-name="Numix-Square"
|
||||
gtk-font-name="Cantarell 11"
|
||||
gtk-cursor-theme-name="Adwaita"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
- set_fact:
|
||||
lightdm_gtk_preferences:
|
||||
- {key: "background", value: "/usr/share/backgrounds/gnome/adwaita-night.jpg"}
|
||||
- {key: "theme-name", value: "Numix"}
|
||||
- {key: "theme-name", value: "Matcha-dark-aliz"}
|
||||
- {key: "icon-theme-name", value: "Numix-Square"}
|
||||
- {key: "hide-user-image", value: "true"}
|
||||
- {key: "clock-format", value: "%H:%M:%S"}
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
- 'gtk-engine-murrine'
|
||||
- 'lxappearance'
|
||||
- 'numix-gtk-theme-git'
|
||||
- 'matcha-gtk-theme'
|
||||
- 'numix-square-icon-theme'
|
||||
- 'qt5-styleplugins'
|
||||
|
||||
|
@ -54,7 +55,7 @@
|
|||
- name: Set GTK theme
|
||||
dconf:
|
||||
key: "/org/gnome/desktop/interface/gtk-theme"
|
||||
value: '"Numix"'
|
||||
value: '"Matcha-dark-aliz"'
|
||||
become: true
|
||||
become_user: "{{ user }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue