From 7542b49a5f093ad0d22f3cd964cdbc7ce338aa94 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 8 Feb 2026 22:56:12 +0530 Subject: feat(home/wayland/wayland-scripts): init new cmds --- home/wayland/pkgs/wayland-scripts/src/bin/freezshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/wayland/pkgs/wayland-scripts/src/bin/freezshot') 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() { -- cgit v1.2.3