|
|
|
|
@ -1,8 +1,16 @@
|
|
|
|
|
## refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables |
|
|
|
|
## JaKooLit Github - https://github.com/JaKooLit |
|
|
|
|
|
|
|
|
|
$themes = $HOME/.config/hypr/themes |
|
|
|
|
|
|
|
|
|
# Catpuccin Hyprland Themes |
|
|
|
|
source = $themes/mocha.conf |
|
|
|
|
#source = $themes/frappe.conf |
|
|
|
|
#source = $themes/latte.conf |
|
|
|
|
#source = $themes/machiato.conf |
|
|
|
|
|
|
|
|
|
# blurls = waybar |
|
|
|
|
#blurls = rofi |
|
|
|
|
# blurls = rofi |
|
|
|
|
|
|
|
|
|
dwindle { |
|
|
|
|
pseudotile = yes |
|
|
|
|
@ -12,7 +20,7 @@ dwindle {
|
|
|
|
|
|
|
|
|
|
master { |
|
|
|
|
new_is_master=1 |
|
|
|
|
new_on_top=0 |
|
|
|
|
new_on_top=1 |
|
|
|
|
mfact = 0.5 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -23,23 +31,18 @@ general {
|
|
|
|
|
gaps_out = 8 |
|
|
|
|
border_size = 1 |
|
|
|
|
resize_on_border = true |
|
|
|
|
|
|
|
|
|
#one color |
|
|
|
|
#col.active_border = rgba(7aa2f7aa) |
|
|
|
|
|
|
|
|
|
#more colors - gradient |
|
|
|
|
#col.active_border = rgb(8839ef) rgb(cba6f7) rgb(ca9ee6) rgb(c6a0f6) 45deg |
|
|
|
|
col.active_border = rgb(7287fd) rgb(74c7ec) rgb(89b4fa) 45deg |
|
|
|
|
col.inactive_border = rgb(6c7086) |
|
|
|
|
|
|
|
|
|
col.active_border = $lavender $blue $sapphire $mauve $red $flamingo 45deg |
|
|
|
|
col.inactive_border = $overlay1 |
|
|
|
|
|
|
|
|
|
layout = master |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
group { |
|
|
|
|
col.border_active = rgba(7aa2f7aa) |
|
|
|
|
col.border_active = $maroon |
|
|
|
|
|
|
|
|
|
groupbar { |
|
|
|
|
col.active = rgba(7aa2f7aa) |
|
|
|
|
col.active = $green |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -56,7 +59,7 @@ decoration {
|
|
|
|
|
drop_shadow=true |
|
|
|
|
shadow_range=4 |
|
|
|
|
shadow_render_power = 1 |
|
|
|
|
col.shadow = rgb(cba7f7) |
|
|
|
|
col.shadow = $mauve |
|
|
|
|
col.shadow_inactive = 0x50000000 |
|
|
|
|
|
|
|
|
|
blur { |
|
|
|
|
|