diff options
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() { |
