65 lines
		
	
	
		
			959 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			65 lines
		
	
	
		
			959 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
|  | * { | ||
|  |   border: none; | ||
|  |   font-family: JetBrainsMono Nerd Font; | ||
|  |   font-weight: bold; | ||
|  |   font-size: 12px; | ||
|  |   min-height: 0; | ||
|  |   border-radius: 20; | ||
|  |   padding-right: 4px; | ||
|  |   padding-left: 4px; | ||
|  | } | ||
|  | 
 | ||
|  | tooltip { | ||
|  | 	background: #282828; | ||
|  | 	border: 0px solid; | ||
|  | 	border-radius: 18px; | ||
|  | } | ||
|  | 
 | ||
|  | window#waybar { | ||
|  |   background: #282828; | ||
|  |   color: #ebdbb2; | ||
|  | } | ||
|  | 
 | ||
|  | #workspaces button { | ||
|  |   padding: 0 0.6em; | ||
|  |   color: #a89984; | ||
|  |   background: #504945; | ||
|  |   border-radius: 0px; | ||
|  |   margin-right: 4px; | ||
|  |   margin-left: 4px; | ||
|  |   margin-top: 2px; | ||
|  |   margin-bottom: 2px; | ||
|  | } | ||
|  | 
 | ||
|  | #workspaces button.active { | ||
|  |   color: #ebdbb2; | ||
|  |   background: #665c54; | ||
|  | } | ||
|  | 
 | ||
|  | #workspaces button.urgent { | ||
|  |   color: #1d2021; | ||
|  |   background: #fb4934; | ||
|  | } | ||
|  | 
 | ||
|  | #workspaces button:hover { | ||
|  |   background: #665c54; | ||
|  | } | ||
|  | 
 | ||
|  | #disk, | ||
|  | #clock, | ||
|  | #memory, | ||
|  | #workspaces, | ||
|  | #battery, | ||
|  | #idle_inhibitor, | ||
|  | #custom-cpu | ||
|  | #tray { | ||
|  |   color: #d5c4a1; | ||
|  |   background: #433e3c; | ||
|  |   padding: 0 0.6em; | ||
|  |   margin-right: 4px; | ||
|  |   margin-left: 2px; | ||
|  |   margin-top: 4px; | ||
|  |   margin-bottom: 4px; | ||
|  |   border-radius: 18px; | ||
|  | } |