mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
wofi font
This commit is contained in:
parent
c0118a3a58
commit
575809c562
@ -4,10 +4,10 @@
|
||||
path: ~/.config/wofi
|
||||
state: directory
|
||||
|
||||
- name: copy wofi style
|
||||
copy:
|
||||
src: style.css
|
||||
dest: ~/.config/wofi/
|
||||
- name: template wofi style
|
||||
template:
|
||||
src: style.j2
|
||||
dest: ~/.config/wofi/style.css
|
||||
|
||||
- name: copy wofi config
|
||||
copy:
|
||||
|
@ -7,6 +7,7 @@ window {
|
||||
margin: 0px;
|
||||
background-color: @grey;
|
||||
font-size: 1.2em;
|
||||
font: {{ font }};
|
||||
}
|
||||
|
||||
#input {
|
Loading…
Reference in New Issue
Block a user