diff --git a/.config/hypr/animations.conf b/.config/hypr/animations.conf index 6738a0bf..f47ab75e 100644 --- a/.config/hypr/animations.conf +++ b/.config/hypr/animations.conf @@ -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 diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 6a3d1fcd..879036bc 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,3 +1,4 @@ +source = ~/.cache/wal/colors-hyprland.conf # # Please note not all available settings / options are set here. @@ -60,46 +61,6 @@ input { sensitivity = 0 # -1.0 - 1.0, 0 means no modification. } -general { - # See https://wiki.hyprland.org/Configuring/Variables/ for more - - gaps_in = 4 - gaps_out = 8 - border_size = 2 - col.active_border = rgb(ffffff) rgba(00BCFFaa) 45deg - col.inactive_border = rgba(595959aa) - 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 = 0 - - blur { - enabled = true - size = 6 - passes = 3 - new_optimizations = true - ignore_opacity = on - xray = false - brightness = 1 - - } - - drop_shadow = yes - shadow_range = 8 - shadow_render_power = 20 - col.shadow = rgb(AHG444) - active_opacity = 1 - inactive_opacity = 1 - -} dwindle { @@ -129,10 +90,9 @@ misc { - plugin { hyprtrails { - color = rgba(9a8ca3ff) + color = $color2 } } @@ -142,4 +102,4 @@ plugin { source = ~/.config/hypr/keybindings.conf source = ~/.config/hypr/windowrule.conf source = ~/.config/hypr/animations.conf -source = ~/.config/hypr/exec.conf \ No newline at end of file +source = ~/.config/hypr/exec.conf diff --git a/.config/hypr/keybindings.conf b/.config/hypr/keybindings.conf index f1f9e4ec..3b5effa4 100644 --- a/.config/hypr/keybindings.conf +++ b/.config/hypr/keybindings.conf @@ -10,7 +10,7 @@ bind = $mainMod SHIFT, W, exec, wp bind = $mainMod SHIFT, F, fullscreen bind = $mainMod, N, exec, swaync-client -t -sw bind = $mainMod, L, exec, hyprlock -bind = $mainMod SHIFT, W, exec, ~/.config/hypr/scripts/wallpaperselect.sh +bind = $mainMod SHIFT, W, exec, /home/crux/.config/hypr/scripts/wallpaperselect.sh bind = $mainMod SHIFT, A, exec, pypr toggle term # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more @@ -123,19 +123,6 @@ bind = ALT,grave,hycov:toggleoverview,forceall #grave key is the '~' key # bind key to toggle overview (shows all windows in one monitor, not affected by `only_active_workspace` or `only_active_monitor`) bind = ALT,g,hycov:toggleoverview,forceallinone -# The key binding for directional switch mode. -# Calculate the window closest to the direction to switch focus. -# This keybind is applicable not only to the overview, but also to the general layout. -# bind=ALT,left,hycov:movefocus,l -# bind=ALT,right,hycov:movefocus,r -# bind=ALT,up,hycov:movefocus,u -# bind=ALT,down,hycov:movefocus,d - -# # if you want that focusmove can cross monitor, use this -# bind=ALT,left,hycov:movefocus,leftcross -# bind=ALT,right,hycov:movefocus,rightcross -# bind=ALT,up,hycov:movefocus,upcross -# bind=ALT,down,hycov:movefocus,downcross