mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-01 00:12:42 +01:00 
			
		
		
		
	Merge pull request #1051 from lunik1/disk-css
Add default styling for disk module
This commit is contained in:
		| @@ -69,6 +69,7 @@ window#waybar.chromium { | |||||||
| #battery, | #battery, | ||||||
| #cpu, | #cpu, | ||||||
| #memory, | #memory, | ||||||
|  | #disk, | ||||||
| #temperature, | #temperature, | ||||||
| #backlight, | #backlight, | ||||||
| #network, | #network, | ||||||
| @@ -142,6 +143,10 @@ label:focus { | |||||||
|     background-color: #9b59b6; |     background-color: #9b59b6; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #disk { | ||||||
|  |     background-color: #964B00; | ||||||
|  | } | ||||||
|  |  | ||||||
| #backlight { | #backlight { | ||||||
|     background-color: #90b1b1; |     background-color: #90b1b1; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alex
					Alex