From: Andre Ramnitz Date: Fri, 5 Sep 2025 00:17:44 +0000 (+0200) Subject: scripts: use bash for volume X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=9bbdbe1425b89a5a70635d6d67f474b4c813ee79;p=dotfiles.git scripts: use bash for volume --- diff --git a/dot-local/bin/wp+ b/dot-local/bin/wp+ index c758afc5..c322885e 100755 --- a/dot-local/bin/wp+ +++ b/dot-local/bin/wp+ @@ -1,4 +1,4 @@ -#!/bin/dash +#!/bin/bash wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ diff --git a/dot-local/bin/wp- b/dot-local/bin/wp- index d9bd42bc..4118dd7c 100755 --- a/dot-local/bin/wp- +++ b/dot-local/bin/wp- @@ -1,4 +1,4 @@ -#!/bin/dash +#!/bin/bash wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- diff --git a/dot-local/bin/wp-vol b/dot-local/bin/wp-vol index 2b89c1ad..0808b662 100755 --- a/dot-local/bin/wp-vol +++ b/dot-local/bin/wp-vol @@ -1,4 +1,4 @@ -#!/bin/dash +#!/bin/bash # Get the volume level and convert it to a percentage volume=$(wpctl get-volume @DEFAULT_AUDIO_SINK@)