diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/guiscripts/locker | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guiscripts/locker b/bin/guiscripts/locker index b680484..7c42cda 100755 --- a/bin/guiscripts/locker +++ b/bin/guiscripts/locker @@ -9,7 +9,7 @@ for monitor in $monitors  do  	file="/tmp/locker-$monitor.png"  	grim -l 0 -o "$monitor" "$file" -	pixelate "$file" "$file" +	pixelate "$file" "$file" > /dev/null 2>&1  	# Create image command for swaylock  	img_opt="--image $monitor:$file $img_opt"  	files="$files $file"  | 
