mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 14:13:53 +01:00
blur fixed
This commit is contained in:
parent
39226a728f
commit
461563997c
@ -13,12 +13,14 @@
|
|||||||
|
|
||||||
- name: Configure i3lock blur
|
- name: Configure i3lock blur
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: roles/i3-wm/files/.i3/i3lock-fancy-multimonitor/lock
|
path: ~/.i3/i3lock-fancy-multimonitor/lock
|
||||||
regexp: '^BLURTYPE="2x8"'
|
regexp: '^BLURTYPE="2x8"'
|
||||||
line: '#BLURTYPE="2x8"'
|
line: '#BLURTYPE="2x8"'
|
||||||
|
ignore_errors: True
|
||||||
|
|
||||||
- name: Configure i3lock blur bis
|
- name: Configure i3lock blur bis
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: roles/i3-wm/files/.i3/i3lock-fancy-multimonitor/lock
|
path: ~/.i3/i3lock-fancy-multimonitor/lock
|
||||||
regexp: '^#BLURTYPE="5x3"'
|
regexp: '^#BLURTYPE="5x3"'
|
||||||
line: 'BLURTYPE="5x3"'
|
line: 'BLURTYPE="5x3"'
|
||||||
|
ignore_errors: True
|
||||||
|
Loading…
Reference in New Issue
Block a user