[AGS] QuickView: Use better battery icon
This commit is contained in:
		| @@ -125,7 +125,7 @@ const BatteryWidget = () => { | ||||
|     if (battery.get_is_present()) { | ||||
|         return ( | ||||
|             <image | ||||
|                 iconName={bind(battery, "iconName").as(icon => icon)} | ||||
|                 iconName={bind(battery, "batteryIconName").as(icon => icon)} | ||||
|                 cssClasses={["quick-view-symbol"]} | ||||
|                 tooltipText={bind(battery, 'percentage').as(p => `${Math.round(p * 100)}%`)} | ||||
|             ></image> | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| $fg-color: #E6E6E6; | ||||
| $bg-color: #141414; | ||||
| $fg-color: #C8DCFF; | ||||
| $bg-color: #0A0A0F; | ||||
| $accent-color: #645B47; | ||||
| $accent-color-2: #593521; | ||||
| $shadow-color: rgba(40, 40, 40, 0.3); | ||||
| $shadow-color: rgba(0, 0, 2, 0.3); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user