Merge pull request #3 from Smuglix/main
fixed typo: "foward" -> "forward"
This commit is contained in:
		
						commit
						321a1e33bb
					
				
					 2 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
					@ -24,7 +24,7 @@
 | 
				
			||||||
        "custom/launcher" 
 | 
					        "custom/launcher" 
 | 
				
			||||||
        "custom/playerctl#backward" 
 | 
					        "custom/playerctl#backward" 
 | 
				
			||||||
        "custom/playerctl#play" 
 | 
					        "custom/playerctl#play" 
 | 
				
			||||||
        "custom/playerctl#foward" 
 | 
					        "custom/playerctl#forward" 
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
    modules-center= [
 | 
					    modules-center= [
 | 
				
			||||||
        "hyprland/workspaces"
 | 
					        "hyprland/workspaces"
 | 
				
			||||||
| 
						 | 
					@ -78,7 +78,7 @@
 | 
				
			||||||
            Stopped = "<span> </span>";
 | 
					            Stopped = "<span> </span>";
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    "custom/playerctl#foward"= {
 | 
					    "custom/playerctl#forward"= {
 | 
				
			||||||
        format= " ";
 | 
					        format= " ";
 | 
				
			||||||
        on-click= "playerctl next";
 | 
					        on-click= "playerctl next";
 | 
				
			||||||
        on-scroll-up = "playerctl volume .05+";
 | 
					        on-scroll-up = "playerctl volume .05+";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -61,7 +61,7 @@
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #tray, #pulseaudio, #network, #cpu, #memory, #disk,
 | 
					    #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};
 | 
					        background: #${custom.palette.tertiary_background_hex};
 | 
				
			||||||
        font-weight: bold;
 | 
					        font-weight: bold;
 | 
				
			||||||
        margin: 5px 0px;
 | 
					        margin: 5px 0px;
 | 
				
			||||||
| 
						 | 
					@ -126,11 +126,11 @@
 | 
				
			||||||
        font-size: 28px;
 | 
					        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};
 | 
					        background: #${custom.palette.tertiary_background_hex};
 | 
				
			||||||
        font-size: 22px;
 | 
					        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};
 | 
					        color: #${custom.tertiary_accent};
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    #custom-playerctl.backward {
 | 
					    #custom-playerctl.backward {
 | 
				
			||||||
| 
						 | 
					@ -143,7 +143,7 @@
 | 
				
			||||||
        color: #${custom.secondary_accent};
 | 
					        color: #${custom.secondary_accent};
 | 
				
			||||||
        padding: 0 5px;
 | 
					        padding: 0 5px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    #custom-playerctl.foward {
 | 
					    #custom-playerctl.forward {
 | 
				
			||||||
        color: #${custom.primary_accent};
 | 
					        color: #${custom.primary_accent};
 | 
				
			||||||
        border-radius: 0px 10px 24px 0px;
 | 
					        border-radius: 0px 10px 24px 0px;
 | 
				
			||||||
        padding-right: 12px;
 | 
					        padding-right: 12px;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue