aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-09-20 07:53:49 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-09-20 07:53:49 +0200
commit08b7e3da60b8ee77ffb25704c04d3c26a77bba67 (patch)
tree05987f238d884115c63c36a2b2c945187642373c
parentee78dabd3439a0b20964becb7e0c5b6f10745100 (diff)
Update waybar config
The disk submodule doesn't contain IO, so its pointless to have. The networking module doesn't appear to work unless I explicitly define the interface, and the current wildcard selection can't be made to work for just wired and wireless, while ignoring VPN and loopback devices. This is definitely sub-optimal, but I guess this'll work for now.
-rw-r--r--.config/waybar/config-hyprland-top.json12
1 files changed, 4 insertions, 8 deletions
diff --git a/.config/waybar/config-hyprland-top.json b/.config/waybar/config-hyprland-top.json
index 9682abe..cb07737 100644
--- a/.config/waybar/config-hyprland-top.json
+++ b/.config/waybar/config-hyprland-top.json
@@ -7,7 +7,6 @@
"modules-left": [
"cpu",
"memory",
- "disk",
"network"
],
"modules-center": [
@@ -60,13 +59,10 @@
"format-alt": "{time} {icon}"
},
"network": {
- "format": "RX: {bandwidthDownBits} kbps / TX: {bandwidthUpBits} kbps",
- "format-wifi": "{essid} ({signalStrength}%) ",
- "format-ethernet": "{ipaddr}/{cidr} ",
- "tooltip-format": "{ifname} via {gwaddr} ",
- "format-linked": "{ifname} (No IP) ",
- "format-disconnected": "Disconnected ⚠",
- "format-alt": "{ifname}: {ipaddr}/{cidr}"
+ "interface": "wlp*",
+ "interval": 1,
+ "format": "RX: {bandwidthDownBits} / TX: {bandwidthUpBits}",
+ "format-wifi": "RX: {bandwidthDownBits} / TX: {bandwidthUpBits}"
},
"pulseaudio": {
"format": "{volume}% {icon} {format_source}",