diff options
author | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 11:23:45 +0530 |
---|---|---|
committer | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 11:23:45 +0530 |
commit | a754011fc58e83f38cadc5bc10492ab961c9c540 (patch) | |
tree | d7c3cd6fd254fb7e52759f77e44193bf103de177 /.local/bin | |
parent | 98bbe7bd7fcec209e2408ff0b086858715ca89e0 (diff) |
spring cleaning 0.1
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/betterlockscr | 4 | ||||
-rwxr-xr-x | .local/bin/dpass | 3 | ||||
-rwxr-xr-x | .local/bin/hotrebootdwm | 4 | ||||
-rw-r--r-- | .local/bin/sp | 0 | ||||
-rwxr-xr-x | .local/bin/ytd | 2 | ||||
-rwxr-xr-x | .local/bin/ytm | 3 |
6 files changed, 16 insertions, 0 deletions
diff --git a/.local/bin/betterlockscr b/.local/bin/betterlockscr new file mode 100755 index 0000000..7abdab8 --- /dev/null +++ b/.local/bin/betterlockscr @@ -0,0 +1,4 @@ +#!/bin/sh + +wall=$(find $HOME/Pictures/Wallpaper/betterlockscreen -type f | shuf -n 1) +betterlockscreen -u "$wall" -l dimblur diff --git a/.local/bin/dpass b/.local/bin/dpass new file mode 100755 index 0000000..6d532a5 --- /dev/null +++ b/.local/bin/dpass @@ -0,0 +1,3 @@ +#!/bin/sh + +dmenu -P -p "$1" <&- diff --git a/.local/bin/hotrebootdwm b/.local/bin/hotrebootdwm new file mode 100755 index 0000000..9768709 --- /dev/null +++ b/.local/bin/hotrebootdwm @@ -0,0 +1,4 @@ +#!/bin/sh +##pid=$(ps -a | grep dwm | awk '{print $1}') +pid=$(pidof dwm) +kill -HUP $pid diff --git a/.local/bin/sp b/.local/bin/sp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.local/bin/sp diff --git a/.local/bin/ytd b/.local/bin/ytd new file mode 100755 index 0000000..a61e490 --- /dev/null +++ b/.local/bin/ytd @@ -0,0 +1,2 @@ +#!/bin/sh +ytfzf -D diff --git a/.local/bin/ytm b/.local/bin/ytm new file mode 100755 index 0000000..ea9a8b0 --- /dev/null +++ b/.local/bin/ytm @@ -0,0 +1,3 @@ +#!/bin/sh + +ytfzf -mlD |