Added matugen integration with other applications and theming

This commit is contained in:
2025-06-10 01:03:12 -04:00
parent 6ca08a6e22
commit 1f42415ae6
7 changed files with 89 additions and 26 deletions

View File

@@ -6,8 +6,6 @@ general {
gaps_in = 5
gaps_out = 10
border_size = 2
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
layout = dwindle
@@ -15,29 +13,6 @@ general {
allow_tearing = false
}
#xwayland {
# force_zero_scaling = true
#}
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
blur {
enabled = true
size = 3
passes = 1
}
shadow {
enabled = yes
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
rounding = 15
}
animations {
enabled = yes
@@ -58,4 +33,4 @@ misc {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_splash_rendering = true
}
}