2024-11-18 21:02 : id 186
This commit is contained in:
parent
9f68385cf6
commit
9002b43711
@ -17,8 +17,8 @@ let
|
|||||||
TERMINAL = "kitty";
|
TERMINAL = "kitty";
|
||||||
|
|
||||||
# Numbers
|
# Numbers
|
||||||
GAPS_IN = "40";
|
GAPS_IN = "30";
|
||||||
GAPS_OUT = "80";
|
GAPS_OUT = "60";
|
||||||
BORDER_WIDTH = "2";
|
BORDER_WIDTH = "2";
|
||||||
CORNER_RADIUS = "0";
|
CORNER_RADIUS = "0";
|
||||||
WAYBAR_CORNER_RADIUS = "0";
|
WAYBAR_CORNER_RADIUS = "0";
|
||||||
@ -201,6 +201,7 @@ in
|
|||||||
position = "top";
|
position = "top";
|
||||||
height = SCREEN_HEIGHT;
|
height = SCREEN_HEIGHT;
|
||||||
width = SCREEN_WIDTH;
|
width = SCREEN_WIDTH;
|
||||||
|
modules-left = ["hyprland/workspaces"];
|
||||||
modules-center = ["custom/empty"];
|
modules-center = ["custom/empty"];
|
||||||
"custom/empty" = {
|
"custom/empty" = {
|
||||||
format = " ";
|
format = " ";
|
||||||
@ -220,7 +221,11 @@ in
|
|||||||
interval = 1;
|
interval = 1;
|
||||||
};
|
};
|
||||||
"hyprland/workspaces" = {
|
"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 |
Loading…
x
Reference in New Issue
Block a user