From 0c15212f4f2389f743b17cb6ceff50f1f9267a1b Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:32 +0100 Subject: style: apply formatter drift across repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pre-existing whitespace/style drift caught by `just check`. Touch nothing semantic — pure formatter output (shfmt -i 2 -ci -s, ruff, prettier, taplo). Excludes dot_config/clangd/config.yaml whose manual indentation is intentionally preserved. --- dot_config/waybar/executable_clip-picker.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'dot_config/waybar/executable_clip-picker.sh') diff --git a/dot_config/waybar/executable_clip-picker.sh b/dot_config/waybar/executable_clip-picker.sh index 11ebf4c..d7f5b61 100644 --- a/dot_config/waybar/executable_clip-picker.sh +++ b/dot_config/waybar/executable_clip-picker.sh @@ -15,10 +15,10 @@ style=$HOME/.config/wofi/style.css set +e selection=$( - cliphist list \ - | wofi --dmenu --hide-search --prompt Clip \ - --define key_custom_0=Alt-d \ - ${style:+--style "$style"} + cliphist list | + wofi --dmenu --hide-search --prompt Clip \ + --define key_custom_0=Alt-d \ + ${style:+--style "$style"} ) rc=$? set -e @@ -26,7 +26,7 @@ set -e [ -z "$selection" ] && exit 0 case "$mode:$rc" in - pick:0) printf '%s' "$selection" | cliphist decode | wl-copy ;; - pick:10) printf '%s' "$selection" | cliphist delete ;; - delete:0|delete:10) printf '%s' "$selection" | cliphist delete ;; + pick:0) printf '%s' "$selection" | cliphist decode | wl-copy ;; + pick:10) printf '%s' "$selection" | cliphist delete ;; + delete:0 | delete:10) printf '%s' "$selection" | cliphist delete ;; esac -- cgit v1.3.1