diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2026-02-08 22:56:12 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2026-02-08 22:56:12 +0530 |
| commit | 7542b49a5f093ad0d22f3cd964cdbc7ce338aa94 (patch) | |
| tree | 39cf94ee897caf4914751c2de7bdfbe36133379c /home/wayland/pkgs/wayland-scripts/src/bin/freezshot | |
| parent | 142a0ef7616c870e06850d266137a9799e09f8ea (diff) | |
feat(home/wayland/wayland-scripts): init new cmds
Diffstat (limited to 'home/wayland/pkgs/wayland-scripts/src/bin/freezshot')
| -rwxr-xr-x | home/wayland/pkgs/wayland-scripts/src/bin/freezshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/wayland/pkgs/wayland-scripts/src/bin/freezshot b/home/wayland/pkgs/wayland-scripts/src/bin/freezshot index 754064a..18f7b21 100755 --- a/home/wayland/pkgs/wayland-scripts/src/bin/freezshot +++ b/home/wayland/pkgs/wayland-scripts/src/bin/freezshot @@ -4,7 +4,7 @@ out_dir="${GRIM_DEFAULT_DIR:-${XDG_PICTURES_DIR:-.}}" info() { notify-send " freezhot" "$1" - printf "\033[32;1merr: %b\032[0m\n" "$1" + printf "\033[32;1m%b\033[0m\n" "$1" } focused_clinet_name() { |
