mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
Changed GTK theme
This commit is contained in:
parent
3e6a2fc1df
commit
104fb912ad
@ -1,5 +1,8 @@
|
||||
---
|
||||
font: jetbrains mono
|
||||
font_size: 10
|
||||
gtk_theme: Adwaita-dark
|
||||
icon_theme: Papirus-Dark
|
||||
git_name: eoli3n
|
||||
git_mail: jonathan.kirszling@runbox.com
|
||||
caldav: https://dav.runbox.com/
|
||||
|
@ -24,6 +24,8 @@
|
||||
roles:
|
||||
- role: gtk
|
||||
tags: gtk
|
||||
vars:
|
||||
theme: "Adwaita-dark"
|
||||
when: ansible_user_id != 'root'
|
||||
- role: gpg
|
||||
tags: gpg
|
||||
|
@ -2,17 +2,18 @@
|
||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "{{ ansible_user_dir }}/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Equilux-compact"
|
||||
gtk-icon-theme-name="Papirus-Dark"
|
||||
gtk-font-name="{{ font }} 10"
|
||||
gtk-theme-name="{{ gtk_theme }}"
|
||||
gtk-icon-theme-name="{{ icon_theme }}"
|
||||
gtk-font-name="{{ font }} {{ font_size}}"
|
||||
gtk-cursor-theme-name="Adwaita"
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle="hintfull"
|
||||
gtk-xft-hintstyle="hintslight"
|
||||
gtk-xft-rgba="none"
|
||||
|
@ -1,15 +1,16 @@
|
||||
[Settings]
|
||||
gtk-theme-name=Equilux-compact
|
||||
gtk-icon-theme-name=Papirus-Dark
|
||||
gtk-font-name={{ font }} 10
|
||||
gtk-theme-name={{ gtk_theme }}
|
||||
gtk-icon-theme-name={{ icon_theme }}
|
||||
gtk-font-name={{ font }} {{ font_size }}
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintfull
|
||||
gtk-xft-hintstyle=hintslight
|
||||
gtk-xft-rgba=none
|
||||
|
Loading…
Reference in New Issue
Block a user