diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-11 23:17:09 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-11 23:17:09 +0900 |
| commit | 02b29bff49c86ee66058fd25d1190317a9c56b5c (patch) | |
| tree | 6876c5b361f3020d6ac0403ff8cf35e0dfd4eeee /config/hypr/configs/Settings.conf | |
| parent | 79d208014bbf428003480fca9e4e68f4233d446a (diff) | |
some small cleanup
Diffstat (limited to 'config/hypr/configs/Settings.conf')
| -rw-r--r-- | config/hypr/configs/Settings.conf | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/config/hypr/configs/Settings.conf b/config/hypr/configs/Settings.conf index 87fb04dc..f57f6ca0 100644 --- a/config/hypr/configs/Settings.conf +++ b/config/hypr/configs/Settings.conf @@ -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 { |
