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

wofi font

This commit is contained in:
eoli3n 2020-05-09 23:45:07 +02:00
parent c0118a3a58
commit 575809c562
2 changed files with 5 additions and 4 deletions

@ -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 {