diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-23 12:01:35 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-23 12:01:35 +0900 |
| commit | 814b147d5296f7bfb8c2bb81cee9ffff3d2a4ea8 (patch) | |
| tree | 7f01cb39223e08865b133f0dd692bac3b40517a0 /config/waybar/configs | |
| parent | 1b5919b19433267cbac4646b45f5c7227a756cc9 (diff) | |
added network speed module
Diffstat (limited to 'config/waybar/configs')
| -rw-r--r-- | config/waybar/configs/Default [Bottom] | 4 | ||||
| -rw-r--r-- | config/waybar/configs/Default [TOP] | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/waybar/configs/Default [Bottom] b/config/waybar/configs/Default [Bottom] index f2eb8d26..8bf8ecd1 100644 --- a/config/waybar/configs/Default [Bottom] +++ b/config/waybar/configs/Default [Bottom] @@ -48,8 +48,8 @@ "custom/separator#dot-line", "bluetooth", "custom/separator#dot-line", - //"network", - //"custom/separator#dot-line", + "network#speed", + "custom/separator#dot-line", "battery", "custom/separator#dot-line", "backlight", diff --git a/config/waybar/configs/Default [TOP] b/config/waybar/configs/Default [TOP] index 6b620f63..8d5974d7 100644 --- a/config/waybar/configs/Default [TOP] +++ b/config/waybar/configs/Default [TOP] @@ -48,8 +48,8 @@ "custom/separator#dot-line", "bluetooth", "custom/separator#dot-line", - //"network", - //"custom/separator#dot-line", + "network#speed", + "custom/separator#dot-line", "battery", "custom/separator#dot-line", "backlight", |
