adding conditional battery in bar
This commit is contained in:
		
							parent
							
								
									96c5af1ef7
								
							
						
					
					
						commit
						2c7d2c04c6
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -203,13 +203,13 @@ tooltip label {
 | 
				
			||||||
.mem_module {
 | 
					.mem_module {
 | 
				
			||||||
    background-color: rgba(00, 00, 00, 0.0);
 | 
					    background-color: rgba(00, 00, 00, 0.0);
 | 
				
			||||||
    border-radius: 16px;
 | 
					    border-radius: 16px;
 | 
				
			||||||
    margin: 0px 0px 0px 5px;
 | 
					    margin: 0px 5px 0px 0px;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.bat_module {
 | 
					.bat_module {
 | 
				
			||||||
    background-color: rgba(00, 00, 00, 0.0);
 | 
					    background-color: rgba(00, 00, 00, 0.0);
 | 
				
			||||||
    border-radius: 16px;
 | 
					    border-radius: 16px;
 | 
				
			||||||
    margin: 0px 5px 0px 0px;
 | 
					    margin: 0px 0px 0px 5px;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.cpu_module {
 | 
					.cpu_module {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -261,9 +261,9 @@
 | 
				
			||||||
            (volume)
 | 
					            (volume)
 | 
				
			||||||
            (wifi)
 | 
					            (wifi)
 | 
				
			||||||
            (sep)
 | 
					            (sep)
 | 
				
			||||||
            (bat)
 | 
					 | 
				
			||||||
            (cpu)
 | 
					            (cpu)
 | 
				
			||||||
            (mem)
 | 
					            (mem)
 | 
				
			||||||
 | 
					            (EWW_BATTERY["BAT1"].capacity ? (bat) : ())
 | 
				
			||||||
            (sep)
 | 
					            (sep)
 | 
				
			||||||
            (notif_button)))
 | 
					            (notif_button)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue