mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 06:08:35 +01:00
fixed wrong path i3 lock configuration
This commit is contained in:
parent
7fccd73fc4
commit
0c1bdef998
@ -13,12 +13,12 @@
|
||||
|
||||
- name: Configure i3lock blur
|
||||
lineinfile:
|
||||
path: i3-wm/.i3/i3lock-fancy-multimonitor/lock
|
||||
path: roles/i3-wm/files/.i3/i3lock-fancy-multimonitor/lock
|
||||
regexp: '^BLURTYPE="2x8"'
|
||||
line: '#BLURTYPE="2x8"'
|
||||
|
||||
- name: Configure i3lock blur bis
|
||||
lineinfile:
|
||||
path: i3-wm/.i3/i3lock-fancy-multimonitor/lock
|
||||
path: roles/i3-wm/files/.i3/i3lock-fancy-multimonitor/lock
|
||||
regexp: '^#BLURTYPE="5x3"'
|
||||
line: 'BLURTYPE="5x3"'
|
||||
|
Loading…
Reference in New Issue
Block a user