fixed hyprland configs; added background images; updated zshrc; fixed theming in ghostty

This commit is contained in:
2026-02-02 11:29:03 -07:00
parent e24174d1b6
commit 0297e7a15a
204 changed files with 637 additions and 35 deletions

View File

@@ -22,7 +22,7 @@ general {
col.active_border = $mauve $flamingo 90deg
col.inactive_border = $subtext0
resize_on_boarder = true
resize_on_border = true
gaps_in = 4
gaps_out = 8
@@ -37,16 +37,18 @@ decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 4
blur = {
blur {
enabled = true
size = 3
passes = 1
}
drop_shadow = yes
shadow_range = 4
shadow_render_power = 3
col.shadow = rbga(1a1a1aee)
shadow {
enabled = true
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
}
animations {