Files
nix/modules/home/hyprland/conf/hypr/theme.conf

32 lines
839 B
Plaintext
Raw Normal View History

2025-04-25 23:10:55 +08:00
2025-04-29 22:19:29 +08:00
# █░░ ▄▀█ █▄█ █▀█ █░█ ▀█▀ █▀
# █▄▄ █▀█ ░█░ █▄█ █▄█ ░█░ ▄█
2025-04-25 23:10:55 +08:00
2025-04-29 22:19:29 +08:00
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
2025-04-25 23:10:55 +08:00
2025-04-29 22:19:29 +08:00
dwindle {
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = yes # you probably want this
}
2025-04-25 23:10:55 +08:00
general {
gaps_in = 2
gaps_out = 4
border_size = 2
col.active_border = rgba(dc8a78ff) rgba(8839efff) 45deg
col.inactive_border = rgba(7287fdcc) rgba(179299cc) 45deg
layout = dwindle
resize_on_border = true
}
decoration {
rounding = 10
blur {
enabled = yes
size = 6
passes = 3
new_optimizations = on
ignore_opacity = on
xray = false
}
2025-04-29 22:19:29 +08:00
}