1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

improved dynamic users

This commit is contained in:
eoli3n 2020-05-14 10:51:32 +02:00
parent 3eff86f91d
commit 8390438dfc
5 changed files with 5 additions and 7 deletions

1
TODO

@ -27,7 +27,6 @@
# IMPROVMENTS # IMPROVMENTS
* try a GTK theme with some transparency * try a GTK theme with some transparency
* dynamic username: sed 's/user/{{ user }}/g' and use templating
- how to configure a user and root for desktop in one run ? - how to configure a user and root for desktop in one run ?
- readd terminfo role - readd terminfo role

@ -1,5 +1,4 @@
--- ---
font: jetbrains mono font: jetbrains mono
user: user
git_name: eoli3n git_name: eoli3n
git_mail: jkirsz@gmail.com git_mail: jkirsz@gmail.com

@ -1,5 +1,5 @@
--- ---
- name: git config file - name: git config file
template: template:
templates: gitconfig.j2 src: gitconfig.j2
dest: ~/.gitconfig dest: ~/.gitconfig

@ -10,9 +10,9 @@
dest: ~/.config/gtk-3.0/ dest: ~/.config/gtk-3.0/
- name: Configure GTK2 - name: Configure GTK2
copy: template:
src: gtkrc-2.0 src: gtkrc-2.0.j2
dest: ~/.config/.gtkrc-2.0 dest: ~/.gtkrc-2.0
- name: Configure Qt as GTK theme - name: Configure Qt as GTK theme
copy: copy:

@ -1,7 +1,7 @@
# DO NOT EDIT! This file will be overwritten by LXAppearance. # DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead. # Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/user/.gtkrc-2.0.mine" include "{{ ansible_user_dir }}/.gtkrc-2.0.mine"
gtk-theme-name="Equilux-compact" gtk-theme-name="Equilux-compact"
gtk-icon-theme-name="Papirus-Dark" gtk-icon-theme-name="Papirus-Dark"
gtk-font-name="Sans 10" gtk-font-name="Sans 10"