change waybar config
This commit is contained in:
		
							parent
							
								
									2de1570126
								
							
						
					
					
						commit
						36f7aacdb1
					
				
					 2 changed files with 13 additions and 1 deletions
				
			
		| 
						 | 
					@ -33,6 +33,7 @@
 | 
				
			||||||
        "tray" 
 | 
					        "tray" 
 | 
				
			||||||
        "cpu"
 | 
					        "cpu"
 | 
				
			||||||
        "memory"
 | 
					        "memory"
 | 
				
			||||||
 | 
					        "disk"
 | 
				
			||||||
        "pulseaudio" 
 | 
					        "pulseaudio" 
 | 
				
			||||||
        "network"
 | 
					        "network"
 | 
				
			||||||
        "clock" 
 | 
					        "clock" 
 | 
				
			||||||
| 
						 | 
					@ -93,6 +94,11 @@
 | 
				
			||||||
        format-alt= "  {avg_frequency} GHz";
 | 
					        format-alt= "  {avg_frequency} GHz";
 | 
				
			||||||
        interval= 2;
 | 
					        interval= 2;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					    disk = {
 | 
				
			||||||
 | 
					        path = "/";
 | 
				
			||||||
 | 
					        format = " {percentage_used}%";
 | 
				
			||||||
 | 
					        interval= 60;
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
    network = {
 | 
					    network = {
 | 
				
			||||||
        format-wifi = "  {signalStrength}%";
 | 
					        format-wifi = "  {signalStrength}%";
 | 
				
			||||||
        format-ethernet = " ";
 | 
					        format-ethernet = " ";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -60,7 +60,7 @@
 | 
				
			||||||
        background-size: 200% 200%;
 | 
					        background-size: 200% 200%;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #tray, #pulseaudio, #network, #cpu, #memory,
 | 
					    #tray, #pulseaudio, #network, #cpu, #memory, #disk,
 | 
				
			||||||
    #custom-playerctl.backward, #custom-playerctl.play, #custom-playerctl.foward{
 | 
					    #custom-playerctl.backward, #custom-playerctl.play, #custom-playerctl.foward{
 | 
				
			||||||
        background: #${custom.palette.tertiary_background_hex};
 | 
					        background: #${custom.palette.tertiary_background_hex};
 | 
				
			||||||
        font-weight: bold;
 | 
					        font-weight: bold;
 | 
				
			||||||
| 
						 | 
					@ -74,6 +74,12 @@
 | 
				
			||||||
        padding-right: 9px;
 | 
					        padding-right: 9px;
 | 
				
			||||||
        margin-left: 7px;
 | 
					        margin-left: 7px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					    #disk {
 | 
				
			||||||
 | 
					        color: #${custom.tertiary_accent};
 | 
				
			||||||
 | 
					        border-radius: 0px 0 0px 0px;      
 | 
				
			||||||
 | 
					        padding-left: 9px;
 | 
				
			||||||
 | 
					        padding-right: 9px;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
    #memory {
 | 
					    #memory {
 | 
				
			||||||
        color: #${custom.tertiary_accent};
 | 
					        color: #${custom.tertiary_accent};
 | 
				
			||||||
        border-radius: 0px 24px 10px 0px;      
 | 
					        border-radius: 0px 24px 10px 0px;      
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue