This commit is contained in:
Hadi
2024-10-08 21:56:44 +02:00
parent 5603871ef1
commit 55c7c7068a
3 changed files with 2 additions and 5 deletions

View File

@@ -81,8 +81,6 @@
gaps_in = config.var.theme.gaps-in;
gaps_out = config.var.theme.gaps-out;
border_size = config.var.theme.border-size;
# "col.active_border" = "rgba(${config.var.theme.colors.accent}ff)";
# "col.inactive_border" = "rgba(00000055)";
border_part_of_window = true;
layout = "master";
};
@@ -94,7 +92,6 @@
drop_shadow = true;
shadow_range = 20;
shadow_render_power = 3;
# "col.shadow" = "rgba(00000055)";
blur = { enabled = if config.var.theme.blur then "true" else "false"; };
};

View File

@@ -1,4 +1,5 @@
{ ... }: {
{
# The wallpaper is set by stylix
services.hyprpaper = {
enable = true;
settings = {