Compare commits

..

No commits in common. "eae2664fd67a1e112f17532bee1f42c0fef0780e" and "952858da858b9c981c44584ffb42ff3c35acd0a7" have entirely different histories.

2 changed files with 6 additions and 7 deletions

View file

@ -155,13 +155,13 @@
'';
"${mod}+mod1+p" = ''
exec --no-startup-id "playerctl play-pause; dunstify -h string:x-dunst-stack-tag:playerstatus --timeout=500 Player $(playerctl status)"
exec --no-startup-id "playerctl play-pause"
'';
"${mod}+mod1+plus" = ''
exec --no-startup-id "playerctl volume 0.01+; dunstify -h string:x-dunst-stack-tag:volume --timeout=500 -h int:value:$(playerctl volume | cut -d' ' -f2 | awk '{print $1*100}' ) Player"
exec --no-startup-id "playerctl volume -- +0.1; dunstify -h string:x-dunst-stack-tag:playervol --timeout=500 Player $(playerctl volume)"
'';
"${mod}+mod1+minus" = ''
exec --no-startup-id "playerctl volume 0.01-; dunstify -h string:x-dunst-stack-tag:volume --timeout=500 -h int:value:$(playerctl volume | cut -d' ' -f2 | awk '{print $1*100}' ) Player"
exec --no-startup-id "playerctl volume -- -0.1; dunstify -h string:x-dunst-stack-tag:playervol --timeout=500 Player $(playerctl volume)"
'';
#open volume control

View file

@ -54,7 +54,6 @@
{
block = "battery";
driver = "upower";
device = "DisplayDevice";
format = "$icon $percentage {$time |}";
}
)