mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2025-12-20 07:15:23 +05:30
first commit
This commit is contained in:
5
hypr/volume
Executable file
5
hypr/volume
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
vol_icon=🔊
|
||||
pamixer --get-mute | sh && vol_icon=🔇
|
||||
notify-send -h int:value:$(pamixer --get-volume) "$vol_icon" -t 1000 -r 1
|
||||
Reference in New Issue
Block a user