mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14: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-center = ["hyprland/workspaces"];
|
||||
modules-right = ["tray" "wireplumber" "backlight" "battery"];
|
||||
modules-right = ["tray" "network" "wireplumber" "backlight" "battery"];
|
||||
|
||||
"hyprland/workspaces" = {
|
||||
active-only = false;
|
||||
|
|
@ -31,6 +31,21 @@
|
|||
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 = {
|
||||
format = "{icon} {volume}%";
|
||||
format-muted = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue