first commit

This commit is contained in:
coolnsx
2022-11-09 16:00:53 +05:30
commit c625600e3d
35 changed files with 2913 additions and 0 deletions

5
hypr/volume Executable file
View 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