Merge pull request #3 from Smuglix/main
fixed typo: "foward" -> "forward"
This commit is contained in:
commit
321a1e33bb
|
@ -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+";
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
}
|
||||
|
||||
#tray, #pulseaudio, #network, #cpu, #memory, #disk,
|
||||
#custom-playerctl.backward, #custom-playerctl.play, #custom-playerctl.foward{
|
||||
#custom-playerctl.backward, #custom-playerctl.play, #custom-playerctl.forward{
|
||||
background: #${custom.palette.tertiary_background_hex};
|
||||
font-weight: bold;
|
||||
margin: 5px 0px;
|
||||
|
@ -126,11 +126,11 @@
|
|||
font-size: 28px;
|
||||
}
|
||||
|
||||
#custom-playerctl.backward, #custom-playerctl.play, #custom-playerctl.foward {
|
||||
#custom-playerctl.backward, #custom-playerctl.play, #custom-playerctl.forward {
|
||||
background: #${custom.palette.tertiary_background_hex};
|
||||
font-size: 22px;
|
||||
}
|
||||
#custom-playerctl.backward:hover, #custom-playerctl.play:hover, #custom-playerctl.foward:hover{
|
||||
#custom-playerctl.backward:hover, #custom-playerctl.play:hover, #custom-playerctl.forward:hover{
|
||||
color: #${custom.tertiary_accent};
|
||||
}
|
||||
#custom-playerctl.backward {
|
||||
|
@ -143,7 +143,7 @@
|
|||
color: #${custom.secondary_accent};
|
||||
padding: 0 5px;
|
||||
}
|
||||
#custom-playerctl.foward {
|
||||
#custom-playerctl.forward {
|
||||
color: #${custom.primary_accent};
|
||||
border-radius: 0px 10px 24px 0px;
|
||||
padding-right: 12px;
|
||||
|
|
Loading…
Reference in a new issue