diff options
Diffstat (limited to 'desktop/.local/bin/barstatus')
-rwxr-xr-x | desktop/.local/bin/barstatus | 8 |
1 files changed, 0 insertions, 8 deletions
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 |