Compare commits
No commits in common. "c7fbe7c7f58302293cfd4cc3643a6f0e4088827d" and "cc4a4fb1c088211aae7921630d29492532b5bb70" have entirely different histories.
c7fbe7c7f5
...
cc4a4fb1c0
@ -247,7 +247,7 @@
|
||||
|
||||
// Memory
|
||||
"memory": {
|
||||
"format": " {used:0.1f}G",
|
||||
"format": " {used:0.1f}G",
|
||||
"on-click": "alacritty -e htop"
|
||||
},
|
||||
|
||||
@ -305,7 +305,7 @@
|
||||
// Network
|
||||
"network": {
|
||||
"format": "{ifname}",
|
||||
"format-wifi": "{icon} {signalStrength}%",
|
||||
"format-wifi": " {signalStrength}%",
|
||||
"format-ethernet": " {ifname}",
|
||||
"format-disconnected": "Disconnected",
|
||||
"tooltip-format": " {ifname} via {gwaddri}",
|
||||
@ -313,8 +313,7 @@
|
||||
"tooltip-format-ethernet": " {ifname}\nIP: {ipaddr}\n up: {bandwidthUpBits} down: {bandwidthDownBits}",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"max-length": 50,
|
||||
"on-click": "~/dotfiles/.settings/networkmanager.sh",
|
||||
"format-icons": ["","","","",""]
|
||||
"on-click": "~/dotfiles/.settings/networkmanager.sh"
|
||||
},
|
||||
|
||||
// Battery
|
||||
|
Loading…
Reference in New Issue
Block a user