update waybar modules
This commit is contained in:
+23
@@ -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}";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user