diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-24 21:14:10 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-24 21:14:10 +0900 |
| commit | b30bdee65e901652c4072253a3d0d85c39c5f2e2 (patch) | |
| tree | 51caa6cc06a649bdab7f06eee07b9567b155c804 /config/hypr/configs | |
| parent | ae345f12e6252be0cbb821f097ac4cbe66ca8a5f (diff) | |
Changes made:
updated rofi themes for better pywal
Dropped Catppuccin themes for pywal colors for Hyprland Settings
updated copy.sh script to add user in input group and update home directories
Diffstat (limited to 'config/hypr/configs')
| -rw-r--r-- | config/hypr/configs/Settings.conf | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/config/hypr/configs/Settings.conf b/config/hypr/configs/Settings.conf index 6fb6c98c..909d2f6f 100644 --- a/config/hypr/configs/Settings.conf +++ b/config/hypr/configs/Settings.conf @@ -1,13 +1,7 @@ ## 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 +source = $HOME/.cache/wal/colors-hyprland # blurls = waybar # blurls = rofi @@ -29,20 +23,20 @@ general { apply_sens_to_raw=1 gaps_in = 4 gaps_out = 8 - border_size = 1 + border_size = 2 resize_on_border = true - col.active_border = $lavender $blue $sapphire $mauve $red $flamingo 45deg - col.inactive_border = $overlay1 + col.active_border = $color2 $color5 $color8 $color11 $color14 45deg + col.inactive_border = $backgroundCol $color0 $color3 $color4 45deg layout = master } group { - col.border_active = $maroon + col.border_active = $color15 groupbar { - col.active = $green + col.active = $color0 } } @@ -57,14 +51,14 @@ decoration { dim_strength = 0.1 drop_shadow=true - shadow_range=4 + shadow_range=6 shadow_render_power = 1 - col.shadow = $mauve + col.shadow = $color2 col.shadow_inactive = 0x50000000 blur { enabled = true - size = 5 + size = 4 passes = 1 ignore_opacity = true new_optimizations = true |
