shrinking waybar mods to icons to save screen space

sway
spinach 8 months ago
parent 89d863c084
commit 0ac6962c5f

@ -33,14 +33,18 @@
"network": {
"interval": 2,
"format-icons": ["󰤟 ", "󰤢 ", "󰤥 ", "󰤨 "],
"format-ethernet": "ETH: {bandwidthTotalBytes}",
"format-wifi": "WLAN: {icon}",
"tooltip-format": "DOWN: {bandwidthDownBits} UP: {bandwidthUpBits} IP: {ipaddr}"
"format-disconnected": "󰌙 ",
"format-ethernet": "󰌘 ",
"format-wifi": "{icon}",
"tooltip-format-wifi": "{essid} {ipaddr}  {bandwidthDownBits}  {bandwidthUpBits}",
"tooltip-format-ethernet": "{ipaddr} CAP: {bandwidthTotalBits}  {bandwidthDownBits}  {bandwidthUpBits}"
},
"battery": {
"format": "BAT: {capacity}%",
"format": "{icon} {capacity}%",
"format-charging": "󰂄 {capacity}%",
"format-icons": [ "󰂎", "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"],
"format-tooltip": "{timeTo}",
"format-time": "{H} hours {M} minutes",
"format-time": "{H}:{M}",
},
"custom/bg": {
"exec": "echo -e '\uf1c5'",

Loading…
Cancel
Save