From 468fa57fa44bc63447cb4d067f5b72a0b632a66e Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Fri, 7 May 2021 11:41:19 +0200 Subject: [PATCH] i3status: fix icons --- i3status.d/7DPQTN2.toml | 2 +- i3status.d/90PKL63.toml | 2 +- i3status.d/annoyance.toml | 2 +- i3status.d/material.toml | 66 +++++++++++++++++++++++++++++++++++++++ i3status.d/silence.toml | 2 +- 5 files changed, 70 insertions(+), 4 deletions(-) create mode 100644 i3status.d/material.toml diff --git a/i3status.d/7DPQTN2.toml b/i3status.d/7DPQTN2.toml index d65f0ef..f8893ce 100644 --- a/i3status.d/7DPQTN2.toml +++ b/i3status.d/7DPQTN2.toml @@ -2,7 +2,7 @@ file = "/home/koslowski/.config/sway/i3status.d/theme.toml" [icons] -name = "material" +file = "/home/koslowski/.config/sway/i3status.d/material.toml" [[block]] block = "cpu" diff --git a/i3status.d/90PKL63.toml b/i3status.d/90PKL63.toml index 9226281..96cb2cb 100644 --- a/i3status.d/90PKL63.toml +++ b/i3status.d/90PKL63.toml @@ -2,7 +2,7 @@ file = "/home/koslowski/.config/sway/i3status.d/theme.toml" [icons] -name = "material" +file = "/home/koslowski/.config/sway/i3status.d/material.toml" [[block]] block = "cpu" diff --git a/i3status.d/annoyance.toml b/i3status.d/annoyance.toml index 46a2a6f..1d3229b 100644 --- a/i3status.d/annoyance.toml +++ b/i3status.d/annoyance.toml @@ -2,7 +2,7 @@ file = "/home/konni/.config/sway/i3status.d/theme.toml" [icons] -name = "material" +file = "/home/konni/.config/sway/i3status.d/material.toml" [[block]] block = "cpu" diff --git a/i3status.d/material.toml b/i3status.d/material.toml new file mode 100644 index 0000000..c0c1fe8 --- /dev/null +++ b/i3status.d/material.toml @@ -0,0 +1,66 @@ +## Material Design icons by Google +## https://fonts.google.com/icons +bat_charging = "\ue1a3" # battery_charging_full +bat_discharging = "\ue19c" # battery_alert +bat_empty = "\ue19c" # battery_alert +bat_full = "\ue1a4" # battery_full +bat_half = "\ue1a5" # battery_std +bat_quarter = "\ue1a5" +bat_three_quarters = "\ue1a5" +bat_not_available = "\ue1a6" # battery_unknown +bell = "\ue7f4" # notifications +bell-slash = "\ue7f8" # notifications_paused +bluetooth = "\ue1a7" # bluetooth +calendar = "\ue935" # calendar_today +cogs = "\ue8b8" # settings +cpu = "\ue640" # network_check +disk_drive = "\ue1db" # storage +docker = "\ue532" # directions_boat +github = "\ue86f" # code +gpu = "\ue333" # tv +headphones = "\ue60f" # bluetooth_audio +joystick = "\ue30f" # gamepad +keyboard = "\ue312" # keyboard +mail = "\ue0be" # email +memory_mem = "\ue322" # memory +memory_swap = "\ue8d4" # swap_horiz +mouse = "\ue323" # mouse +music = "\ue405" # music_note +music_next = "\ue044" # skip_next +music_pause = "\ue034" # skip_next +music_play = "\ue037" # play_arrow +music_prev = "\ue045" # skip_previous +net_loopback = "LO" +notification = "\ue7f7" # notifications_active +phone = "\ue324" # phone_android +phone_disconnected = "\ue339" # device_unknown +ping = "\ue62a" # system_update +pomodoro = "\U0001f345" +resolution = "\uf152" # crop-square-rounded +tasks = "\ue8f9" +thermometer = "\ue1ff" # device_thermostat +time = "\ue192" # access_time +toggle_off = "\ue836" # radio_button_on +toggle_on = "\ue837" # radio_button_on +update = "\ue8d7" # system_update_alt +uptime = "\ue425" # timer +volume_empty = "\ue04e" # volume_mute +volume_full = "\ue050" # volume_up +volume_half = "\ue04d" # volume_down +volume_muted = "\ue04f" # volume_off +microphone_full = "\ue029" # mic +microphone_half = "\ue029" # mic +microphone_empty = "\ue02a" # mic_none +microphone_muted = "\ue02b" # mic_off +## material +# weather_clouds = "\ue42d" # wb_cloudy +# weather_default = "\ue42d" # wb_cloudy +# weather_sun = "\ue430" # wb_sunny +## awesome5 +weather_clouds = "\uf0c2" +weather_default = "\uf0c2" # Cloud symbol as default +weather_rain = "\uf043" +weather_snow = "\uf2dc" +weather_sun = "\uf185" +weather_thunder = "\uf0e7" +xrandr = "\ue31e" diff --git a/i3status.d/silence.toml b/i3status.d/silence.toml index 98d948f..56449a5 100644 --- a/i3status.d/silence.toml +++ b/i3status.d/silence.toml @@ -2,7 +2,7 @@ file = "/home/konni/.config/sway/i3status.d/theme.toml" [icons] -name = "material" +file = "/home/konni/.config/sway/i3status.d/material.toml" [[block]] block = "cpu"