Merge pull request #1051 from lunik1/disk-css
Add default styling for disk module
This commit is contained in:
		
						commit
						f627fe3a39
					
				|  | @ -69,6 +69,7 @@ window#waybar.chromium { | |||
| #battery, | ||||
| #cpu, | ||||
| #memory, | ||||
| #disk, | ||||
| #temperature, | ||||
| #backlight, | ||||
| #network, | ||||
|  | @ -142,6 +143,10 @@ label:focus { | |||
|     background-color: #9b59b6; | ||||
| } | ||||
| 
 | ||||
| #disk { | ||||
|     background-color: #964B00; | ||||
| } | ||||
| 
 | ||||
| #backlight { | ||||
|     background-color: #90b1b1; | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue