From 5252d5e19e0397a93c9686698961c9e9754370fe Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:54:01 +0100 Subject: chore: remove X11-only scripts replaced by sway/wayland - input-setup: replaced by sway input blocks - display-setup: replaced by sway output config + display-toggle.sh - launch-polybar: replaced by waybar - locknpause: replaced by swaylock - vibe: removed (xclip + xdotool, no wayland use case) - automute: removed (xdotool focus tracking, no wayland use case) --- home/.local/bin/launch-polybar | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 home/.local/bin/launch-polybar (limited to 'home/.local/bin/launch-polybar') diff --git a/home/.local/bin/launch-polybar b/home/.local/bin/launch-polybar deleted file mode 100755 index c670e56..0000000 --- a/home/.local/bin/launch-polybar +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env sh -# shellcheck source=/dev/null -[ -r ~/.config/sh/envrc ] && . ~/.config/sh/envrc - -# Terminate already running bar instances -killall -q polybar -# If all your bars have ipc enabled, you can also use -# polybar-msg cmd quit - -# Launch bars -if command -v "xrandr" >/dev/null 2>&1; then - for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do - MONITOR=$m polybar --reload mybar >>/tmp/polybar.log 2>&1 & - done -else - polybar --reload mybar & -fi -- cgit v1.2.3-70-g09d2