dotfiles/dotlocal/bin/get_source_volume
statzitz 4201b4f102 Changes in eww bar
Addings
- makes the sound volume/mic appears
- makes the correct light appears
- makes the batteries appears

Fix
- The tray widget menu now have a background.
2024-09-08 23:51:25 +02:00

3 lines
86 B
Bash
Executable file

#!/bin/sh
pactl get-source-volume @DEFAULT_SOURCE@ | grep -Po '\d+(?=%)' | head -n 1