From 97c7fd80733e1c32e1bd0e4276fd0eb122565719 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Mon, 8 Sep 2025 17:26:21 -0400 Subject: [PATCH] Icons: more icons --- Modules/SettingsPanel/SettingsPanel.qml | 2 +- Services/FontService.qml | 40 ++++++++++++------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Modules/SettingsPanel/SettingsPanel.qml b/Modules/SettingsPanel/SettingsPanel.qml index 415da37..66a2315 100644 --- a/Modules/SettingsPanel/SettingsPanel.qml +++ b/Modules/SettingsPanel/SettingsPanel.qml @@ -133,7 +133,7 @@ NPanel { }, { "id": SettingsPanel.Tab.Launcher, "label": "Launcher", - "icon": "apps", + "icon": "launcher", "source": launcherTab }, { "id": SettingsPanel.Tab.Audio, diff --git a/Services/FontService.qml b/Services/FontService.qml index b33d078..7c773e4 100644 --- a/Services/FontService.qml +++ b/Services/FontService.qml @@ -22,13 +22,14 @@ Singleton { "snowy": "\uF2BC", "thunderstom": "\uF2AC", "battery_empty": "\uF188", - "battery_low": "\uF187", + "battery_low": "\uF911", + "battery_half": "\uF187", "battery_full": "\uF186", "battery_charging": "\uF185", - "volume_muted": "\uEEE8", - "volume_off": "\uF026", - "volume_half": "\uF027", - "volume_full": "\uF028", + "volume_muted": "\uF60D", + "volume_off": "\uF60F", + "volume_half": "\uF60B", + "volume_full": "\uF611", "brightness_low": "\uF1CF", "brightness_high": "\uF1CD", "wifi_disable": "\uF61B", @@ -36,18 +37,18 @@ Singleton { "wifi_half": "\uF61A", "wifi_full": "\uF61C", "power": "\uf011", - "gear": "\ue615", + "gear": "\uF3E2", "close": "\uF62A", - "check": "\uf00C", + "check": "\uF272", "panel": "\uF28C", "memory": "\uF2D5", "trash": "\uF014", "image": "\uF03E", "refresh": "\uF021", - "video_camera": "\uF03D", + "video_camera": "\uF21C", "ethernet": "\uF2EB", - "speed": "\uF608", - "leaf": "\uF06C", + "speed": "\uF66B", + "leaf": "\uF90B", "microphone": "\uED03", "coffee": "\uF7EA", "thermometer": "\uE350", @@ -64,24 +65,23 @@ Singleton { "next": "\uF051", "prev": "\uF048", "lightning": "\uF0E7", - "brightness": "\uF0A3", - "arrow_drop_down": "\uF0D7", + "arrow_drop_down": "\uF229", "warning": "\uF334", "info": "\uF26A", - "upload": "\uF01B", - "download": "\uF01A", + "upload": "\uF296", + "download": "\uF294", "album": "\uF2FE", "link": "\uF0C1", "plus": "\uF067", "minus": "\uF068", "eyedropper": "\uF342", "bell": "\uF189", - "bell_striked": "\uEE15", - "drive" - : "\uF410", - "person"// FIXME - : "\uEE15" - // FIXME + "bell_striked": "\uF631", + "drive": "\uF410", + "bluetooth": "\uF682", + "person": "\uEE15", + "bar": "\uF52B", + "launcher": "\uF843" } // -------------------------------------------