From 9b9b7b6824cb9219f93d1a70414b2412ea7d3585 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:37 +0100 Subject: Add GNOME panel status and corporate desktop tools --- dot_local/bin/executable_wqr | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'dot_local/bin/executable_wqr') diff --git a/dot_local/bin/executable_wqr b/dot_local/bin/executable_wqr index b4cc123..5f9d36d 100755 --- a/dot_local/bin/executable_wqr +++ b/dot_local/bin/executable_wqr @@ -8,10 +8,4 @@ else text="$1" fi -if [ "$(cat "$HOME/.config/dotfiles/role" 2>/dev/null)" = canonical ]; then - image=$(mktemp "${XDG_RUNTIME_DIR:?}/dotfiles-qr-XXXXXX.png") - printf '%s' "$text" | qrencode -t PNG -o "$image" - /usr/bin/xdg-open "$image" -else - printf '%s' "$text" | qrencode -t PNG -o - | imv - -fi +printf '%s' "$text" | qrencode -t PNG -o - | imv - -- cgit v1.3.1