summaryrefslogtreecommitdiff
path: root/desktop/Local/bin
diff options
context:
space:
mode:
authorRose <rose@pinkro.se>2025-10-10 11:29:10 +0200
committerRose <rose@pinkro.se>2025-10-10 11:29:10 +0200
commitb7dfa5fdb2330f1e1cd222365055c3d45ad473be (patch)
tree78e455c8c43c6c00fc4639932ba7315e8c074cd3 /desktop/Local/bin
parent98424148dfe9ab666ee928df7565e65faa41b61b (diff)
downloaddotfiles-b7dfa5fdb2330f1e1cd222365055c3d45ad473be.tar.gz
dotfiles-b7dfa5fdb2330f1e1cd222365055c3d45ad473be.tar.bz2
all: Rework system structureHEADmain
Diffstat (limited to '')
-rwxr-xr-xdesktop/Local/bin/barstatus (renamed from desktop/.local/bin/barstatus)2
-rwxr-xr-xdesktop/Local/bin/kittenbar (renamed from desktop/.local/bin/kittenbar)0
2 files changed, 1 insertions, 1 deletions
diff --git a/desktop/.local/bin/barstatus b/desktop/Local/bin/barstatus
index 9a8d79f..ecb461c 100755
--- a/desktop/.local/bin/barstatus
+++ b/desktop/Local/bin/barstatus
@@ -1,5 +1,5 @@
#!/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 "SPKR: $(wpctl get-volume @DEFAULT_AUDIO_SINK@ 2> /dev/null | sed 's/0\.//g' | sed 's/\.//g' )% ; MIC: $(wpctl get-volume @DEFAULT_AUDIO_SOURCE@ 2> /dev/null | sed 's/0\.//g' | sed 's/\.//g')%"
echo -n " | "
echo -n "$(date)"
for f in ${HOME}/.local/share/barmodules/enabled/*; do
diff --git a/desktop/.local/bin/kittenbar b/desktop/Local/bin/kittenbar
index a2b14c2..a2b14c2 100755
--- a/desktop/.local/bin/kittenbar
+++ b/desktop/Local/bin/kittenbar