improve text visibility on low battery colors
This commit is contained in:
		| @@ -18,7 +18,8 @@ window#waybar { | ||||
|   padding-right: 2px; | ||||
|   color: #ffffff; | ||||
| } | ||||
| #workspaces button:hover, #workspaces button:active { | ||||
| #workspaces button:hover, | ||||
| #workspaces button:active { | ||||
|   background-color: #292828; | ||||
|   color: #ffffff; | ||||
| } | ||||
| @@ -84,9 +85,11 @@ window#waybar { | ||||
| } | ||||
|  | ||||
| #battery.warning { | ||||
|   background-color: #ffd760 | ||||
|   background-color: #ffd760; | ||||
|   color: #111111; | ||||
| } | ||||
|  | ||||
| #battery.critical { | ||||
|   background-color: #ff4040 | ||||
|   background-color: #ff4040; | ||||
|   color: #111111; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user