]> Freerunner's - dotfiles.git/commitdiff
scripts: use bash for volume
authorAndre Ramnitz <tux.rising@gmail.com>
Fri, 5 Sep 2025 00:17:44 +0000 (02:17 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Fri, 5 Sep 2025 06:27:51 +0000 (08:27 +0200)
dot-local/bin/wp+
dot-local/bin/wp-
dot-local/bin/wp-vol

index c758afc57b6818efc66082731a4fe3972c16d548..c322885e179964689c9e04f1721b99e829b6c054 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/dash
+#!/bin/bash
 
 wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
 
index d9bd42bc7b406c6838718bc5befbc08aa7ec3bd9..4118dd7ced0d3e6a2e579bcde2f4073384e5f97f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/dash
+#!/bin/bash
 
 wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
 
index 2b89c1ad05e680991cd9c02526d310da77ea1efd..0808b662cc31bf4cb2f87b7cf1c50f649d535500 100755 (executable)
@@ -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@)