summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2024-01-09 01:42:00 +0300
committerYigit Sever2024-01-09 01:42:00 +0300
commit5e2b1b368932d73ea5919d448ae159e6bd88a65e (patch)
tree2d567a352ea3cd2e9d2ae9dfa727310885681ddb
parent2affc77679784c6f4ad69d6a8348cf3603e62a45 (diff)
downloaddotfiles-5e2b1b368932d73ea5919d448ae159e6bd88a65e.tar.gz
dotfiles-5e2b1b368932d73ea5919d448ae159e6bd88a65e.tar.bz2
dotfiles-5e2b1b368932d73ea5919d448ae159e6bd88a65e.zip
lock: adjust saturation and hue
thanks
-rwxr-xr-x.local/bin/lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/lock b/.local/bin/lock
index 37274ca..e3745e8 100755
--- a/.local/bin/lock
+++ b/.local/bin/lock
@@ -6,7 +6,7 @@ sleep 1
6scrot -zo /tmp/screen-lock.png 6scrot -zo /tmp/screen-lock.png
7 7
8mogrify -scale 5% -scale 2000% /tmp/screen-lock.png 8mogrify -scale 5% -scale 2000% /tmp/screen-lock.png
9mogrify -modulate 100,300 /tmp/screen-lock.png 9mogrify -modulate 100,100,30 /tmp/screen-lock.png
10 10
11i3lock -n -i /tmp/screen-lock.png 11i3lock -n -i /tmp/screen-lock.png
12 12