mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-06 17:56:35 +05:30
added packages
This commit is contained in:
2
packages/tuxos-skel/skel/eww/bar/scripts/getvol
Executable file
2
packages/tuxos-skel/skel/eww/bar/scripts/getvol
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
amixer -D pulse sget Master | grep 'Left:' | awk -F'[][]' '{ print $2 }' | tr -d '%' | head -1
|
Reference in New Issue
Block a user