mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
improved dynamic users
This commit is contained in:
parent
3eff86f91d
commit
8390438dfc
1
TODO
1
TODO
@ -27,7 +27,6 @@
|
||||
|
||||
# IMPROVMENTS
|
||||
* 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 ?
|
||||
- readd terminfo role
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
font: jetbrains mono
|
||||
user: user
|
||||
git_name: eoli3n
|
||||
git_mail: jkirsz@gmail.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: git config file
|
||||
template:
|
||||
templates: gitconfig.j2
|
||||
src: gitconfig.j2
|
||||
dest: ~/.gitconfig
|
||||
|
@ -10,9 +10,9 @@
|
||||
dest: ~/.config/gtk-3.0/
|
||||
|
||||
- name: Configure GTK2
|
||||
copy:
|
||||
src: gtkrc-2.0
|
||||
dest: ~/.config/.gtkrc-2.0
|
||||
template:
|
||||
src: gtkrc-2.0.j2
|
||||
dest: ~/.gtkrc-2.0
|
||||
|
||||
- name: Configure Qt as GTK theme
|
||||
copy:
|
||||
|
@ -1,7 +1,7 @@
|
||||
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||
# 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-icon-theme-name="Papirus-Dark"
|
||||
gtk-font-name="Sans 10"
|
Loading…
Reference in New Issue
Block a user