Pywal - Hyprtrails / window borders

This commit is contained in:
Dante 2024-03-02 01:33:46 -05:00 committed by GitHub
parent 9192d5fb88
commit c0adb273da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 61 deletions

View file

@ -1,8 +1,24 @@
general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 8
gaps_out = 20
border_size = 2
col.active_border = $foreground
col.inactive_border = $color4 color6 $color7 $color1 30deg
resize_on_border = true
layout = dwindle
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
allow_tearing = false
}
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 1
rounding = 0
blur {
enabled = true
@ -15,10 +31,10 @@ decoration {
}
drop_shadow = yes
drop_shadow = no
shadow_range = 8
shadow_render_power = 20
col.shadow = rgb(AHG444)
shadow_render_power = 1
col.shadow = $color4
active_opacity = 1
inactive_opacity = 1