This commit is contained in:
2026-02-22 20:46:25 +01:00
parent 6361515b17
commit ef04405651
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Get the volume level and convert it to a percentage
volume=$(wpctl get-volume @DEFAULT_SINK@)
volume=$(echo "$volume" | awk '{print $2}')