Fixed osd scripts

This commit is contained in:
Candifloss 2024-12-08 19:50:02 +05:30
parent 4b92f0bc13
commit b49d33d3d9
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
amixer sset Master 5%-
../../osd/osd.sh osd_vol
~/.config/eww/sh/osd/osd.sh osd_vol

View File

@ -2,4 +2,4 @@
#Using amixer
amixer sset Master 5%+
../../osd/osd.sh osd_vol
~/.config/eww/sh/osd/osd.sh osd_vol

View File

@ -2,4 +2,4 @@
#Using amixer
amixer sset Master toggle
../../osd/osd.sh osd_vol
~/.config/eww/sh/osd/osd.sh osd_vol

View File

@ -1,3 +1,3 @@
#!/bin/bash
osd_id="$1"
eww open osd --arg osdtype=$osd_id --id $osd_id --duration 1.4s > /dev/null;
eww open osd --arg osdtype=$osd_id --id $osd_id --duration 1.4s