Fixed osd scripts
This commit is contained in:
parent
4b92f0bc13
commit
b49d33d3d9
2
sh/actions/vol/vol_dec.sh → sh/actions/vol/vol_dec.sh
Normal file → Executable file
2
sh/actions/vol/vol_dec.sh → sh/actions/vol/vol_dec.sh
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
amixer sset Master 5%-
|
||||
../../osd/osd.sh osd_vol
|
||||
~/.config/eww/sh/osd/osd.sh osd_vol
|
@ -2,4 +2,4 @@
|
||||
|
||||
#Using amixer
|
||||
amixer sset Master 5%+
|
||||
../../osd/osd.sh osd_vol
|
||||
~/.config/eww/sh/osd/osd.sh osd_vol
|
@ -2,4 +2,4 @@
|
||||
|
||||
#Using amixer
|
||||
amixer sset Master toggle
|
||||
../../osd/osd.sh osd_vol
|
||||
~/.config/eww/sh/osd/osd.sh osd_vol
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user