settings = [
{
output = [ "DP-3" ];
- height = 37; # Waybar height
+ height = 24; # Waybar height
spacing = 4; # Gaps between modules
modules-left = [
"mpris"
];
modules-right = [
+ "tray"
"idle_inhibitor"
- "load"
"wireplumber"
- "clock"
"battery"
- "tray"
+ "clock"
];
"hyprland/workspaces" = {
format = "{icon}";
format-icons = {
"1" = "";
- "2" = "";
- "3" = "";
- "4" = "";
- "5" = "";
- "9" = "";
- "10" = "";
+ "2" = "";
+ "3" = "";
+ "4" = "4";
+ "5" = "5";
+ "6" = "";
+ "7" = "";
+ "8" = "";
+ "9" = "9";
};
};
};
};
- idle_inhibitor = {
- format = "{icon}";
- format-icons = {
- activated = "";
- deactivated = "";
- };
- };
-
tray = {
icon-size = 14;
spacing = 10;
};
- load = {
- format = " {}";
- };
-
clock = {
tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
format-alt = "{:%Y-%m-%d}";
format = "{icon}";
format-icons = {
"1" = "";
- "2" = "";
- "3" = "";
- "4" = "";
- "5" = "";
- "9" = "";
- "10" = "";
+ "2" = "";
+ "3" = "";
+ "4" = "4";
+ "5" = "5";
+ "6" = "";
+ "7" = "";
+ "8" = "";
+ "9" = "9";
};
};