From ae78dbbff81196f1d7bc8fabf84d05e6b9f3ca03 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:42:50 +0900 Subject: updates --- fedora/.local/bin/tmuxtogglebar | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 fedora/.local/bin/tmuxtogglebar (limited to 'fedora/.local/bin/tmuxtogglebar') diff --git a/fedora/.local/bin/tmuxtogglebar b/fedora/.local/bin/tmuxtogglebar deleted file mode 100755 index 2ae045e..0000000 --- a/fedora/.local/bin/tmuxtogglebar +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -case "$(tmux show-option -gqv status)" in -on) tmux set-option -g status off ;; -off) tmux set-option -g status on ;; -esac -- cgit v1.2.3