forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/bash
|
||||
cd ~/.config/eww
|
||||
state=$(eww get osd_vol)
|
||||
|
||||
if [[ "$1" == "--open" ]]; then
|
||||
eww update osd_bright=true
|
||||
elif [[ "$1" == "--close" ]]; then
|
||||
eww update osd_bright=false
|
||||
else
|
||||
eww update osd_bright=true
|
||||
fi
|
||||
Reference in New Issue
Block a user