fixed typo : "foward" -> "forward"
This commit is contained in:
parent
72a15cc5f4
commit
fc0a1ac6b9
2 changed files with 6 additions and 6 deletions
|
|
@ -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+";
|
||||
|
|
|
|||
Reference in a new issue