improve i3 status

This commit is contained in:
zoe 2023-03-19 19:20:28 +01:00
parent a8c5cc997b
commit 52826ea5fa
2 changed files with 4 additions and 2 deletions

View File

@ -102,7 +102,9 @@ in
m = "exec --no-startup-id amixer set Master toggle"; m = "exec --no-startup-id amixer set Master toggle";
n = "exec --no-startup-id amixer set Capture toggle"; n = "exec --no-startup-id amixer set Capture toggle";
p = "exec --no-startup-id playerctld shift"; p = "exec --no-startup-id playerctld shift";
space = "exec python3 /etc/nixos/i3/play_pause.py"; "Shift+j" = "exec --no-startup-id playerctl volume 0.5-";
"Shift+k" = "exec --no-startup-id playerctl volume 0.5+";
space = "exec --no-startup-id playerctl play-pause";
l = "exec playerctl next"; l = "exec playerctl next";
h = "exec playerctl previous"; h = "exec playerctl previous";
}; };

View File

@ -2,7 +2,7 @@
let let
music = { music = {
block = "music"; block = "music";
format = "$icon $play $player {$combo.str(max_w:25,rot_interval:0.5)|}"; format = "{$icon $player {$volume_icon $volume|} $play $combo.str(max_w:25,rot_interval:0.5)|}";
}; };
pomodoro = { pomodoro = {
block = "pomodoro"; block = "pomodoro";