diff options
| author | Robert Günzler <r@gnzler.io> | 2020-06-28 23:49:38 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-06-28 23:58:37 +0200 |
| commit | fbe7033c20af5d612d25915d859f9798ba6fdc5f (patch) | |
| tree | 67d383d0725eaa26504311a0d47bf79d251cbe2d /bin/lock | |
| parent | 30f2b42d4af6bc261de6c2b19fdcb03ba744c4d5 (diff) | |
bin/lock: prevent white background when unplugging monitors
Diffstat (limited to 'bin/lock')
| -rwxr-xr-x | bin/lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/lock b/bin/lock index cbfe3ba..587fabb 100755 --- a/bin/lock +++ b/bin/lock @@ -1,6 +1,7 @@ #!/bin/sh exec swaylock -f \ + --color=000000 \ --scaling=fill \ --font=Iosevka\ Sparkle \ --font-size=18 \ |