Compare commits

..

No commits in common. "c7fbe7c7f58302293cfd4cc3643a6f0e4088827d" and "cc4a4fb1c088211aae7921630d29492532b5bb70" have entirely different histories.

View File

@ -247,7 +247,7 @@
// Memory // Memory
"memory": { "memory": {
"format": " {used:0.1f}G", "format": "󰍛 {used:0.1f}G",
"on-click": "alacritty -e htop" "on-click": "alacritty -e htop"
}, },
@ -305,7 +305,7 @@
// Network // Network
"network": { "network": {
"format": "{ifname}", "format": "{ifname}",
"format-wifi": "{icon} {signalStrength}%", "format-wifi": " {signalStrength}%",
"format-ethernet": " {ifname}", "format-ethernet": " {ifname}",
"format-disconnected": "Disconnected", "format-disconnected": "Disconnected",
"tooltip-format": " {ifname} via {gwaddri}", "tooltip-format": " {ifname} via {gwaddri}",
@ -313,8 +313,7 @@
"tooltip-format-ethernet": " {ifname}\nIP: {ipaddr}\n up: {bandwidthUpBits} down: {bandwidthDownBits}", "tooltip-format-ethernet": " {ifname}\nIP: {ipaddr}\n up: {bandwidthUpBits} down: {bandwidthDownBits}",
"tooltip-format-disconnected": "Disconnected", "tooltip-format-disconnected": "Disconnected",
"max-length": 50, "max-length": 50,
"on-click": "~/dotfiles/.settings/networkmanager.sh", "on-click": "~/dotfiles/.settings/networkmanager.sh"
"format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"]
}, },
// Battery // Battery