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