From 45b03e104497453315e55edc86c1da6b4deef22c Mon Sep 17 00:00:00 2001 From: Odweta Date: Sun, 11 Jan 2026 19:41:09 +0100 Subject: [PATCH] update waybar modules --- waybar.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/waybar.nix b/waybar.nix index 4c3a031..4cd55fb 100644 --- a/waybar.nix +++ b/waybar.nix @@ -14,6 +14,29 @@ modules-center = [ "hyprland/window" ]; modules-right = [ "pulseaudio" "battery" "clock" "bluetooth" "network" "backlight" "tray" ]; + bluetooth = { + format = "󰂲"; + format-on = "{icon}"; + format-off = "{icon}"; + format-connected = "{icon}"; + format-icons = { + on ="󰂯"; + off = "󰂲"; + connected ="󰂱"; + } + on-click = "blueman-manager"; + tooltip-format-connected = "{device_enumerate}"; + }; + + network = { + format-wifi = "󰤢"; + format-ethernet = "󰈀"; + format-disconnected = "󰤠"; + interval = 5; + tooltip-format = "{essid} ({signalStrength}%)"; + on-click = "nm-connection-editor"; + }; + clock = { format = "{:%Y-%m-%d %H:%M}"; };