Merge pull request #79 from anwarsfaizul/patch-1

feat(waybar): update ethernet and memory icons
This commit is contained in:
BluishHumility
2024-08-27 16:22:11 +00:00
committed by GitHub

View File

@@ -67,7 +67,7 @@
"format-disabled": " Disabled ", "format-disabled": " Disabled ",
"format-wifi": " {bandwidthDownBits:>} 󰶡 {bandwidthUpBits:>} 󰶣 ", "format-wifi": " {bandwidthDownBits:>} 󰶡 {bandwidthUpBits:>} 󰶣 ",
"tooltip-format-wifi": "{essid}", "tooltip-format-wifi": "{essid}",
"format-ethernet": " {bandwidthDownBits:>} 󰶡 {bandwidthUpBits:>} 󰶣 ", "format-ethernet": "󰈀 {bandwidthDownBits:>} 󰶡 {bandwidthUpBits:>} 󰶣 ",
"tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}", "tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}",
"format-disconnected": " Disconnected ", "format-disconnected": " Disconnected ",
"on-click": "footclient -T waybar_nmtui -e nmtui", "on-click": "footclient -T waybar_nmtui -e nmtui",
@@ -86,7 +86,7 @@
"memory": { "memory": {
"interval": 5, "interval": 5,
"format": "{:>3}% ", "format": "{:>3}% ",
"on-click": "footclient -T waybar_htop -e htop", "on-click": "footclient -T waybar_htop -e htop",
"states": { "states": {
"warning": 70, "warning": 70,