2024-11-18 20:30 : id 181
This commit is contained in:
parent
4893026dda
commit
bcdf4d6c94
@ -10,7 +10,7 @@ let
|
|||||||
SECOND_ACCENT = "${PURPLE}";
|
SECOND_ACCENT = "${PURPLE}";
|
||||||
ACTIVE_BORDER_COLOR = "${ACCENT}";
|
ACTIVE_BORDER_COLOR = "${ACCENT}";
|
||||||
INACTIVE_BORDER_COLOR = "${FG}";
|
INACTIVE_BORDER_COLOR = "${FG}";
|
||||||
SHADOW_COLOR = "${FG}"
|
SHADOW_COLOR = "${FG}";
|
||||||
|
|
||||||
# Programs
|
# Programs
|
||||||
MENU = "fuzzel";
|
MENU = "fuzzel";
|
||||||
@ -340,7 +340,7 @@ in
|
|||||||
rounding="${CORNER_RADIUS}";
|
rounding="${CORNER_RADIUS}";
|
||||||
|
|
||||||
drop_shadow = true;
|
drop_shadow = true;
|
||||||
"col.shadow" = "rgb(0,0,0)";
|
"col.shadow" = "rgb(${SHADOW_COLOR})";
|
||||||
shadow_offset = "12 12";
|
shadow_offset = "12 12";
|
||||||
shadow_range = "0";
|
shadow_range = "0";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user