update waybar modules

This commit is contained in:
Odweta
2026-01-11 19:41:09 +01:00
parent 7d2a4e908b
commit 45b03e1044
+23
View File
@@ -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}";
};