Icons: more icons

This commit is contained in:
LemmyCook 2025-09-08 17:26:21 -04:00
parent 29167de546
commit 97c7fd8073
2 changed files with 21 additions and 21 deletions

View file

@ -133,7 +133,7 @@ NPanel {
}, { }, {
"id": SettingsPanel.Tab.Launcher, "id": SettingsPanel.Tab.Launcher,
"label": "Launcher", "label": "Launcher",
"icon": "apps", "icon": "launcher",
"source": launcherTab "source": launcherTab
}, { }, {
"id": SettingsPanel.Tab.Audio, "id": SettingsPanel.Tab.Audio,

View file

@ -22,13 +22,14 @@ Singleton {
"snowy": "\uF2BC", "snowy": "\uF2BC",
"thunderstom": "\uF2AC", "thunderstom": "\uF2AC",
"battery_empty": "\uF188", "battery_empty": "\uF188",
"battery_low": "\uF187", "battery_low": "\uF911",
"battery_half": "\uF187",
"battery_full": "\uF186", "battery_full": "\uF186",
"battery_charging": "\uF185", "battery_charging": "\uF185",
"volume_muted": "\uEEE8", "volume_muted": "\uF60D",
"volume_off": "\uF026", "volume_off": "\uF60F",
"volume_half": "\uF027", "volume_half": "\uF60B",
"volume_full": "\uF028", "volume_full": "\uF611",
"brightness_low": "\uF1CF", "brightness_low": "\uF1CF",
"brightness_high": "\uF1CD", "brightness_high": "\uF1CD",
"wifi_disable": "\uF61B", "wifi_disable": "\uF61B",
@ -36,18 +37,18 @@ Singleton {
"wifi_half": "\uF61A", "wifi_half": "\uF61A",
"wifi_full": "\uF61C", "wifi_full": "\uF61C",
"power": "\uf011", "power": "\uf011",
"gear": "\ue615", "gear": "\uF3E2",
"close": "\uF62A", "close": "\uF62A",
"check": "\uf00C", "check": "\uF272",
"panel": "\uF28C", "panel": "\uF28C",
"memory": "\uF2D5", "memory": "\uF2D5",
"trash": "\uF014", "trash": "\uF014",
"image": "\uF03E", "image": "\uF03E",
"refresh": "\uF021", "refresh": "\uF021",
"video_camera": "\uF03D", "video_camera": "\uF21C",
"ethernet": "\uF2EB", "ethernet": "\uF2EB",
"speed": "\uF608", "speed": "\uF66B",
"leaf": "\uF06C", "leaf": "\uF90B",
"microphone": "\uED03", "microphone": "\uED03",
"coffee": "\uF7EA", "coffee": "\uF7EA",
"thermometer": "\uE350", "thermometer": "\uE350",
@ -64,24 +65,23 @@ Singleton {
"next": "\uF051", "next": "\uF051",
"prev": "\uF048", "prev": "\uF048",
"lightning": "\uF0E7", "lightning": "\uF0E7",
"brightness": "\uF0A3", "arrow_drop_down": "\uF229",
"arrow_drop_down": "\uF0D7",
"warning": "\uF334", "warning": "\uF334",
"info": "\uF26A", "info": "\uF26A",
"upload": "\uF01B", "upload": "\uF296",
"download": "\uF01A", "download": "\uF294",
"album": "\uF2FE", "album": "\uF2FE",
"link": "\uF0C1", "link": "\uF0C1",
"plus": "\uF067", "plus": "\uF067",
"minus": "\uF068", "minus": "\uF068",
"eyedropper": "\uF342", "eyedropper": "\uF342",
"bell": "\uF189", "bell": "\uF189",
"bell_striked": "\uEE15", "bell_striked": "\uF631",
"drive" "drive": "\uF410",
: "\uF410", "bluetooth": "\uF682",
"person"// FIXME "person": "\uEE15",
: "\uEE15" "bar": "\uF52B",
// FIXME "launcher": "\uF843"
} }
// ------------------------------------------- // -------------------------------------------