diff --git a/sh/actions/vol/vol_dec.sh b/sh/actions/vol/vol_dec.sh old mode 100644 new mode 100755 similarity index 50% rename from sh/actions/vol/vol_dec.sh rename to sh/actions/vol/vol_dec.sh index f5fabdf..cf88c78 --- a/sh/actions/vol/vol_dec.sh +++ b/sh/actions/vol/vol_dec.sh @@ -1,4 +1,4 @@ #!/bin/bash amixer sset Master 5%- -../../osd/osd.sh osd_vol \ No newline at end of file +~/.config/eww/sh/osd/osd.sh osd_vol \ No newline at end of file diff --git a/sh/actions/vol/vol_inc.sh b/sh/actions/vol/vol_inc.sh index 599f20d..03e6610 100755 --- a/sh/actions/vol/vol_inc.sh +++ b/sh/actions/vol/vol_inc.sh @@ -2,4 +2,4 @@ #Using amixer amixer sset Master 5%+ -../../osd/osd.sh osd_vol \ No newline at end of file +~/.config/eww/sh/osd/osd.sh osd_vol \ No newline at end of file diff --git a/sh/actions/vol/vol_mute.sh b/sh/actions/vol/vol_mute.sh index 462f84d..9c4d2cd 100755 --- a/sh/actions/vol/vol_mute.sh +++ b/sh/actions/vol/vol_mute.sh @@ -2,4 +2,4 @@ #Using amixer amixer sset Master toggle -../../osd/osd.sh osd_vol \ No newline at end of file +~/.config/eww/sh/osd/osd.sh osd_vol \ No newline at end of file diff --git a/sh/osd/osd.sh b/sh/osd/osd.sh index 1fe7a80..bde2498 100755 --- a/sh/osd/osd.sh +++ b/sh/osd/osd.sh @@ -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