Skip to content

Commit b8f1de6

Browse files
committed
icons: update material codepoints
1 parent 08af7b7 commit b8f1de6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

files/icons/material.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ backlight = [
88
"\ue3a9", # brightness_4
99
"\ue3aa", # brightness_5
1010
"\ue3ab", # brightness_6
11-
"\ue3c8", # brightness_7
11+
"\ue3ac", # brightness_7
1212
"\ue1ac", # brightness_high
1313
]
14-
bat_charging = "\ue3ac" # battery_charging_full
14+
bat_charging = "\ue1a3" # battery_charging_full
1515
bat_not_available = "\ue1a6" # battery_unknown
1616
bat = [
1717
"\ue19c", # battery_alert
@@ -28,7 +28,7 @@ bat = [
2828
bell = "\ue7f4" # notifications
2929
bell-slash = "\ue7f8" # notifications_paused
3030
bluetooth = "\ue1a7" # bluetooth
31-
calendar = "\ue935" # calendar_today | TODO: broken?
31+
calendar = "\ue935" # calendar_today
3232
cogs = "\ue8b8" # settings
3333
cpu = "\ue640" # network_check
3434
cpu_boost_on = "\ue837" # radio_button_on
@@ -47,13 +47,13 @@ memory_swap = "\ue8d4" # swap_horiz
4747
mouse = "\ue323" # mouse
4848
music = "\ue405" # music_note
4949
music_next = "\ue044" # skip_next
50-
music_pause = "\ue034" # skip_next
50+
music_pause = "\ue034" # pause
5151
music_play = "\ue037" # play_arrow
5252
music_prev = "\ue045" # skip_previous
53-
net_bridge = "\uefe6" # cable | TODO: broken?
53+
net_bridge = "\uefe6" # cable
5454
net_down = "\uf090" # download
5555
net_loopback = "\ue028" # loop
56-
net_modem = "\uefe6" # cable | TODO: broken?
56+
net_modem = "\uefe6" # cable
5757
net_cellular = [
5858
"\ue1d0", # signal_cellular_off
5959
"\uf0a8", # signal_cellular_0_bar
@@ -64,26 +64,26 @@ net_cellular = [
6464
]
6565
net_up = "\uf09b" # upload
6666
net_vpn = "\ue0da" # vpn_key
67-
net_wired = "\uefe6" # cable | TODO: broken?
67+
net_wired = "\uefe6" # cable
6868
net_wireless = "\ue63e" # wifi | TODO: progression based on signal strength
6969
notification = "\ue7f7" # notifications_active
7070
phone = "\ue324" # phone_android
7171
phone_disconnected = "\ue339" # device_unknown
7272
ping = "\ue62a" # system_update
7373
pomodoro = "\U0001f345" # https://unicode-table.com/en/1F4F5/
74-
pomodoro_break = "\uefef" # coffee | TODO: broken?
74+
pomodoro_break = "\uefef" # coffee
7575
pomodoro_paused = "\ue034" # pause
7676
pomodoro_started = "\ue037" # play_arrow
77-
pomodoro_stopped = "\uef6a" # play_disabled ef6a | TODO: broken?
78-
resolution = "\uf152" # crop-square-rounded
77+
pomodoro_stopped = "\uef6a" # play_disabled
78+
resolution = "\ue3c6" # crop_square
7979
scratchpad = "\ue883" # flip_to_front
8080
tasks = "\ue8f9" # work
8181
tea = "\uefef" # coffee
82-
thermometer = "\ue1ff" # device_thermostat | TODO: broken?
82+
thermometer = "\ue1ff" # device_thermostat
8383
time = "\ue192" # access_time
84-
toggle_off = "\ue836" # radio_button_on
84+
toggle_off = "\ue836" # radio_button_off
8585
toggle_on = "\ue837" # radio_button_on
86-
unknown = "\ueb8b" # question_mark | TODO: broken?
86+
unknown = "\ueb8b" # question_mark
8787
update = "\ue8d7" # system_update_alt
8888
uptime = "\ue425" # timer
8989
volume = [

0 commit comments

Comments
 (0)