waybar: change the `useless` network config

This commit is contained in:
Hoang Nguyen 2021-03-05 04:08:33 +03:00
parent 475a804e96
commit fa8c927842
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
3 changed files with 4 additions and 3 deletions

View File

@ -28,7 +28,8 @@
- **Mixer:** [pulsemixer](https://github.com/GeorgeFilipkin/pulsemixer)
- **mpris:** [mpDris2](https://github.com/eonpatapon/mpDris2), [mpv-mpris](https://github.com/hoyon/mpv-mpris), [playerctl](https://github.com/altdesktop/playerctl)
- **Music:** [ncmpcpp](https://github.com/ncmpcpp/ncmpcpp), [mpd](https://github.com/MusicPlayerDaemon/MPD), [cava](https://github.com/karlstav/cava)
- **Launchers:** [nwg-launchers](https://github.com/nwg-piotr/nwg-launchers) / [wofi](https://hg.sr.ht/~scoopta/wofi), [rofi](https://github.com/davatorium/rofi) / [dmenu](https://git.disroot.org/FollieHiyuki/dmenu)
- **Launchers:** [nwg-launchers](https://github.com/nwg-piotr/nwg-launchers) / [wofi](https://hg.sr.ht/~scoopta/wofi) / [bemenu](https://github.com/Cloudef/bemenu), [rofi](https://github.com/davatorium/rofi) / [dmenu](https://git.disroot.org/FollieHiyuki/dmenu)
- **Status bar:** [polybar](https://github.com/polybar/polybar), [waybar](https://github.com/Alexays/Waybar)
- **Terminal**: [alacritty](https://github.com/alacritty/alacritty), [foot](https://codeberg.org/dnkl/foot)
- **File manager:** [ranger](https://github.com/ranger/ranger), [vifm](https://github.com/vifm/vifm)
- **Web browser:** [qutebrowser](https://github.com/qutebrowser/qutebrowser)

View File

@ -208,7 +208,7 @@
"network": {
"format-wifi": " {essid}",
"format-ethernet": " {ifname}",
"format-ethernet": " {bandwidthUpBits}  {bandwidthDownBits}",
"format-disconnected": "",
"interval": 2,
"tooltip": false

View File

@ -157,7 +157,7 @@
"network": {
"format-wifi": " {essid}",
"format-ethernet": " {ifname}",
"format-ethernet": " {bandwidthUpBits}  {bandwidthDownBits}",
"format-disconnected": "",
"interval": 2,
"tooltip": false