mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
typo
This commit is contained in:
parent
89cf986de0
commit
8966c141ba
@ -18,10 +18,10 @@ esac
|
|||||||
vol="$(pamixer --get-volume)"
|
vol="$(pamixer --get-volume)"
|
||||||
|
|
||||||
case 1 in
|
case 1 in
|
||||||
$((vol >= 70)) ) icon="🔊" ;;
|
$((vol >= 70)) ) icon="🔊" ;;
|
||||||
$((vol >= 30)) ) icon="🔉" ;;
|
$((vol >= 30)) ) icon="🔉" ;;
|
||||||
$((vol >= 1)) ) icon="🔈" ;;
|
$((vol >= 1)) ) icon="🔈" ;;
|
||||||
* ) echo m && exit ;;
|
* ) echo 🔇 && exit ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "$icon$vol%"
|
echo "$icon$vol%"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user