mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-02 21:30:39 -04:00
Pywal - Hyprtrails / window borders
This commit is contained in:
parent
9192d5fb88
commit
c0adb273da
3 changed files with 24 additions and 61 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue