mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
3 lines
96 B
Bash
Executable File
3 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
amixer sget Master | grep 'Left:' | awk -F'[][]' '{ print $2 }' | tr -d '%' | head -1
|