2024-11-18 21:02 : id 186

This commit is contained in:
deadvey 2024-11-18 21:02:06 +00:00
parent 9f68385cf6
commit 9002b43711
2 changed files with 8 additions and 3 deletions

View File

@ -17,8 +17,8 @@ let
TERMINAL = "kitty";
# Numbers
GAPS_IN = "40";
GAPS_OUT = "80";
GAPS_IN = "30";
GAPS_OUT = "60";
BORDER_WIDTH = "2";
CORNER_RADIUS = "0";
WAYBAR_CORNER_RADIUS = "0";
@ -201,6 +201,7 @@ in
position = "top";
height = SCREEN_HEIGHT;
width = SCREEN_WIDTH;
modules-left = ["hyprland/workspaces"];
modules-center = ["custom/empty"];
"custom/empty" = {
format = " ";
@ -220,7 +221,11 @@ in
interval = 1;
};
"hyprland/workspaces" = {
all-outputs = true;
format = "{icon}";
format-icons = {
active = "*";
};
};
};
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 204 KiB