diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-06-18 22:31:10 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-06-18 22:31:10 +0530 |
commit | 9c2e80c9cd3b7238c7f04fb191f2a7cc96d148b4 (patch) | |
tree | 735d3741aa3a66d2bf7495d1d7d66a75aaa22712 /.local/bin/betterlockscr | |
parent | b86bc722d874ee93a49f0b3b8fda4a90a4965746 (diff) |
removing betterlockscr script for inbuilt command
Diffstat (limited to '.local/bin/betterlockscr')
-rwxr-xr-x | .local/bin/betterlockscr | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.local/bin/betterlockscr b/.local/bin/betterlockscr deleted file mode 100755 index 7abdab8..0000000 --- a/.local/bin/betterlockscr +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -wall=$(find $HOME/Pictures/Wallpaper/betterlockscreen -type f | shuf -n 1) -betterlockscreen -u "$wall" -l dimblur |