diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-04 14:24:16 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-04 14:24:16 -0800 |
| commit | 9139a1b136fa2b5adfcac0ac09a4f61aa1ee1ff4 (patch) | |
| tree | de82bc4776b87f1fbb86f14b4a15d35d009ddd28 /scripts/volume | |
| parent | a9bf8f30c746f5b28bb7eb6938e8390127081a32 (diff) | |
full reorg
Diffstat (limited to 'scripts/volume')
| -rwxr-xr-x | scripts/volume/volumedown | 3 | ||||
| -rwxr-xr-x | scripts/volume/volumemute | 3 | ||||
| -rwxr-xr-x | scripts/volume/volumeup | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/scripts/volume/volumedown b/scripts/volume/volumedown new file mode 100755 index 0000000..aacc4fd --- /dev/null +++ b/scripts/volume/volumedown @@ -0,0 +1,3 @@ +#!/bin/bash + +exec amixer set Master 5%- diff --git a/scripts/volume/volumemute b/scripts/volume/volumemute new file mode 100755 index 0000000..ac0f0d0 --- /dev/null +++ b/scripts/volume/volumemute @@ -0,0 +1,3 @@ +#!/bin/bash + +exec amixer set Master toggle diff --git a/scripts/volume/volumeup b/scripts/volume/volumeup new file mode 100755 index 0000000..49d508e --- /dev/null +++ b/scripts/volume/volumeup @@ -0,0 +1,3 @@ +#!/bin/bash + +exec amixer set Master 5%+
\ No newline at end of file |
