From b7dfa5fdb2330f1e1cd222365055c3d45ad473be Mon Sep 17 00:00:00 2001 From: Rose Date: Fri, 10 Oct 2025 11:29:10 +0200 Subject: all: Rework system structure --- desktop/.local/bin/barstatus | 8 -------- desktop/.local/bin/kittenbar | 4 ---- 2 files changed, 12 deletions(-) delete mode 100755 desktop/.local/bin/barstatus delete mode 100755 desktop/.local/bin/kittenbar (limited to 'desktop/.local/bin') diff --git a/desktop/.local/bin/barstatus b/desktop/.local/bin/barstatus deleted file mode 100755 index 9a8d79f..0000000 --- a/desktop/.local/bin/barstatus +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -echo -n "SPKR: $(wpctl get-volume @DEFAULT_AUDIO_SINK@ 2> /dev/null | sed 's/\.//g' )% ; MIC: $(wpctl get-volume @DEFAULT_AUDIO_SOURCE@ 2> /dev/null | sed 's/\.//g')%" -echo -n " | " -echo -n "$(date)" -for f in ${HOME}/.local/share/barmodules/enabled/*; do - echo -n " | " - [ -x "$f" ] && [ ! -d "$f" ] && "$f" -done diff --git a/desktop/.local/bin/kittenbar b/desktop/.local/bin/kittenbar deleted file mode 100755 index a2b14c2..0000000 --- a/desktop/.local/bin/kittenbar +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -kitten panel -o allow_remote_control=socket-only \ - --lines=1 \ - --listen-on=unix:${XDG_RUNTIME_DIR}/kittenbar watch -t -n1 /home/lain/.local/bin/barstatus -- cgit v1.2.3