fixed typo : "foward" -> "forward"

This commit is contained in:
Smuglix 2024-01-21 17:13:22 +02:00
parent 72a15cc5f4
commit fc0a1ac6b9
2 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@
"custom/launcher"
"custom/playerctl#backward"
"custom/playerctl#play"
"custom/playerctl#foward"
"custom/playerctl#forward"
];
modules-center= [
"hyprland/workspaces"
@ -78,7 +78,7 @@
Stopped = "<span> </span>";
};
};
"custom/playerctl#foward"= {
"custom/playerctl#forward"= {
format= "󰙡 ";
on-click= "playerctl next";
on-scroll-up = "playerctl volume .05+";