mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Add network widget to waybar
This commit is contained in:
parent
d81fe4ef06
commit
ace4b3c805
1 changed files with 16 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
modules-left = ["clock"];
|
modules-left = ["clock"];
|
||||||
modules-center = ["hyprland/workspaces"];
|
modules-center = ["hyprland/workspaces"];
|
||||||
modules-right = ["tray" "wireplumber" "backlight" "battery"];
|
modules-right = ["tray" "network" "wireplumber" "backlight" "battery"];
|
||||||
|
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
active-only = false;
|
active-only = false;
|
||||||
|
|
@ -31,6 +31,21 @@
|
||||||
tooltip-format = "{:%d.%m.%Y}";
|
tooltip-format = "{:%d.%m.%Y}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
network = {
|
||||||
|
interval = 10;
|
||||||
|
format = "";
|
||||||
|
|
||||||
|
format-wifi = "{icon}";
|
||||||
|
format-icons = ["" "" "" ""];
|
||||||
|
tooltip-format-wifi = "{essid} {bandwidthDownBits} {bandwidthUpBits}";
|
||||||
|
|
||||||
|
format-ethernet = "";
|
||||||
|
tooltip-format-ethernet = " {bandwidthDownBits} {bandwidthUpBits}";
|
||||||
|
|
||||||
|
format-disconnected = "";
|
||||||
|
tooltip-format-disconnected = "Disconnected";
|
||||||
|
};
|
||||||
|
|
||||||
wireplumber = {
|
wireplumber = {
|
||||||
format = "{icon} {volume}%";
|
format = "{icon} {volume}%";
|
||||||
format-muted = "";
|
format-muted = "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue