@@ -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
1515bat_not_available = " \ue1a6 " # battery_unknown
1616bat = [
1717 " \ue19c " , # battery_alert
@@ -28,7 +28,7 @@ bat = [
2828bell = " \ue7f4 " # notifications
2929bell-slash = " \ue7f8 " # notifications_paused
3030bluetooth = " \ue1a7 " # bluetooth
31- calendar = " \ue935 " # calendar_today | TODO: broken?
31+ calendar = " \ue935 " # calendar_today
3232cogs = " \ue8b8 " # settings
3333cpu = " \ue640 " # network_check
3434cpu_boost_on = " \ue837 " # radio_button_on
@@ -47,13 +47,13 @@ memory_swap = "\ue8d4" # swap_horiz
4747mouse = " \ue323 " # mouse
4848music = " \ue405 " # music_note
4949music_next = " \ue044 " # skip_next
50- music_pause = " \ue034 " # skip_next
50+ music_pause = " \ue034 " # pause
5151music_play = " \ue037 " # play_arrow
5252music_prev = " \ue045 " # skip_previous
53- net_bridge = " \uefe6 " # cable | TODO: broken?
53+ net_bridge = " \uefe6 " # cable
5454net_down = " \uf090 " # download
5555net_loopback = " \ue028 " # loop
56- net_modem = " \uefe6 " # cable | TODO: broken?
56+ net_modem = " \uefe6 " # cable
5757net_cellular = [
5858 " \ue1d0 " , # signal_cellular_off
5959 " \uf0a8 " , # signal_cellular_0_bar
@@ -64,26 +64,26 @@ net_cellular = [
6464]
6565net_up = " \uf09b " # upload
6666net_vpn = " \ue0da " # vpn_key
67- net_wired = " \uefe6 " # cable | TODO: broken?
67+ net_wired = " \uefe6 " # cable
6868net_wireless = " \ue63e " # wifi | TODO: progression based on signal strength
6969notification = " \ue7f7 " # notifications_active
7070phone = " \ue324 " # phone_android
7171phone_disconnected = " \ue339 " # device_unknown
7272ping = " \ue62a " # system_update
7373pomodoro = " \U0001f345 " # https://unicode-table.com/en/1F4F5/
74- pomodoro_break = " \uefef " # coffee | TODO: broken?
74+ pomodoro_break = " \uefef " # coffee
7575pomodoro_paused = " \ue034 " # pause
7676pomodoro_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
7979scratchpad = " \ue883 " # flip_to_front
8080tasks = " \ue8f9 " # work
8181tea = " \uefef " # coffee
82- thermometer = " \ue1ff " # device_thermostat | TODO: broken?
82+ thermometer = " \ue1ff " # device_thermostat
8383time = " \ue192 " # access_time
84- toggle_off = " \ue836 " # radio_button_on
84+ toggle_off = " \ue836 " # radio_button_off
8585toggle_on = " \ue837 " # radio_button_on
86- unknown = " \ueb8b " # question_mark | TODO: broken?
86+ unknown = " \ueb8b " # question_mark
8787update = " \ue8d7 " # system_update_alt
8888uptime = " \ue425 " # timer
8989volume = [
0 commit comments