From 5a5209ae67ee5b761da8dca8d4363736cd0623ba Mon Sep 17 00:00:00 2001 From: fecet Date: Mon, 25 Mar 2024 20:49:43 +0800 Subject: [PATCH] fix blur performace https://github.com/Raymo111/i3lock-color/issues/129 --- scripts/blurlock.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/blurlock.sh b/scripts/blurlock.sh index afdaa8d..58d4039 100755 --- a/scripts/blurlock.sh +++ b/scripts/blurlock.sh @@ -1,8 +1,9 @@ #! /bin/bash # 依赖包: i3lock-color +set -ex i3lock \ - --blur 10 \ + --color 00000000 \ --bar-indicator \ --bar-pos y+h \ --bar-direction 1 \