18 lines
		
	
	
		
			233 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			233 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
@import "mocha.css";
 | 
						|
 | 
						|
/* -- Global rules -- */
 | 
						|
* {
 | 
						|
  border: none;
 | 
						|
  font-family: "JetbrainsMono Nerd Font";
 | 
						|
  font-size: 15px;
 | 
						|
  min-height: 10px;
 | 
						|
}
 | 
						|
 | 
						|
window#waybar {
 | 
						|
  background: @crust;
 | 
						|
}
 | 
						|
 | 
						|
window#waybar.hidden {
 | 
						|
  opacity: 0.2;
 | 
						|
}
 |