Clean home env
This commit is contained in:
3
modules/home/wayland/apps/eww/bar/scripts/color-pick
Normal file
3
modules/home/wayland/apps/eww/bar/scripts/color-pick
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
eww close popup 2>/dev/null
|
||||
hyprpicker -a
|
||||
3
modules/home/wayland/apps/eww/bar/scripts/lock
Normal file
3
modules/home/wayland/apps/eww/bar/scripts/lock
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
eww close popup 2>/dev/null
|
||||
swaylock
|
||||
@@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
DIR="$HOME/Pictures/Screenshots"
|
||||
mkdir -p "$DIR"
|
||||
FILE="$DIR/$(date +%Y-%m-%d_%H-%M-%S).png"
|
||||
grim -g "$(slurp)" "$FILE" && wl-copy < "$FILE"
|
||||
eww close popup 2>/dev/null
|
||||
sleep 0.15
|
||||
hyprshot -m region --raw | satty --filename - --early-exit --action-on-enter save-to-clipboard --copy-command wl-copy
|
||||
|
||||
Reference in New Issue
Block a user