From 29167de546daba7653e774e7c124cac4bc1d8960 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Mon, 8 Sep 2025 17:11:24 -0400 Subject: [PATCH] Icons: picking from the right range --- Services/FontService.qml | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/Services/FontService.qml b/Services/FontService.qml index 143d6e8..b33d078 100644 --- a/Services/FontService.qml +++ b/Services/FontService.qml @@ -15,12 +15,12 @@ Singleton { property var icons: { "sunny": "\ue30d", - "partly_cloudy": "\ue302", - "cloud": "\ue312", - "foggy": "\ue311", - "rainy": "\ue318", - "snowy": "\ue319", - "thunderstom": "\ue31d", + "partly_cloudy": "\uF2BE", + "cloud": "\uF2C3", + "foggy": "\uF2A7", + "rainy": "\uf29c", + "snowy": "\uF2BC", + "thunderstom": "\uF2AC", "battery_empty": "\uF188", "battery_low": "\uF187", "battery_full": "\uF186", @@ -31,9 +31,13 @@ Singleton { "volume_full": "\uF028", "brightness_low": "\uF1CF", "brightness_high": "\uF1CD", + "wifi_disable": "\uF61B", + "wifi_low": "\uF619", + "wifi_half": "\uF61A", + "wifi_full": "\uF61C", "power": "\uf011", "gear": "\ue615", - "close": "\uf00D", + "close": "\uF62A", "check": "\uf00C", "panel": "\uF28C", "memory": "\uF2D5", @@ -41,16 +45,17 @@ Singleton { "image": "\uF03E", "refresh": "\uF021", "video_camera": "\uF03D", - "ethernet": "\uEF09", - "speed": "\uF153", + "ethernet": "\uF2EB", + "speed": "\uF608", "leaf": "\uF06C", "microphone": "\uED03", - "coffee": "\uef59", + "coffee": "\uF7EA", "thermometer": "\uE350", "contrast": "\uF042", "skull": "\uEE15", "paint_brush": "\uEE26", "paint_bucket": "\uEE3F", + "paint_drop": "\uF30C", "yin_yang": "\uEEE9", "record": "\uEFFA", "pause": "\uF04C", @@ -58,7 +63,6 @@ Singleton { "stop": "\uEFFB", "next": "\uF051", "prev": "\uF048", - "paint_drop": "\uF30C", "lightning": "\uF0E7", "brightness": "\uF0A3", "arrow_drop_down": "\uF0D7", @@ -66,15 +70,15 @@ Singleton { "info": "\uF26A", "upload": "\uF01B", "download": "\uF01A", - "album": "\uEFBD", + "album": "\uF2FE", "link": "\uF0C1", "plus": "\uF067", "minus": "\uF068", "eyedropper": "\uF342", "bell": "\uF189", "bell_striked": "\uEE15", - "drive"// FIXME - : "\uEE15", + "drive" + : "\uF410", "person"// FIXME : "\uEE15" // FIXME