scripts: add unnecessary descriptions

This commit is contained in:
2025-11-10 20:47:29 +01:00
parent 94118d682b
commit 7483945552
35 changed files with 178 additions and 72 deletions
+8
View File
@@ -1,5 +1,13 @@
#!/bin/sh
# Description:
# Show current volume level with notification.
# Made for mako, and is one of mako's official examples.
#
# Requirements:
# - wpctl
# - notify-send
# Get the volume level and convert it to a percentage
volume=$(wpctl get-volume @DEFAULT_AUDIO_SINK@)
volume=$(echo "$volume" | awk '{print $2}')