fixed hyprland configs; added background images; updated zshrc; fixed theming in ghostty
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user