mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-02 21:30:39 -04:00
Pywal - Hyprtrails / window borders
This commit is contained in:
parent
9192d5fb88
commit
c0adb273da
3 changed files with 24 additions and 61 deletions
|
@ -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 {
|
decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
rounding = 1
|
rounding = 0
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
@ -15,10 +31,10 @@ decoration {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
drop_shadow = yes
|
drop_shadow = no
|
||||||
shadow_range = 8
|
shadow_range = 8
|
||||||
shadow_render_power = 20
|
shadow_render_power = 1
|
||||||
col.shadow = rgb(AHG444)
|
col.shadow = $color4
|
||||||
active_opacity = 1
|
active_opacity = 1
|
||||||
inactive_opacity = 1
|
inactive_opacity = 1
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
source = ~/.cache/wal/colors-hyprland.conf
|
||||||
|
|
||||||
#
|
#
|
||||||
# Please note not all available settings / options are set here.
|
# 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.
|
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 {
|
dwindle {
|
||||||
|
@ -129,10 +90,9 @@ misc {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
plugin {
|
plugin {
|
||||||
hyprtrails {
|
hyprtrails {
|
||||||
color = rgba(9a8ca3ff)
|
color = $color2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ bind = $mainMod SHIFT, W, exec, wp
|
||||||
bind = $mainMod SHIFT, F, fullscreen
|
bind = $mainMod SHIFT, F, fullscreen
|
||||||
bind = $mainMod, N, exec, swaync-client -t -sw
|
bind = $mainMod, N, exec, swaync-client -t -sw
|
||||||
bind = $mainMod, L, exec, hyprlock
|
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
|
bind = $mainMod SHIFT, A, exec, pypr toggle term
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# 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 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
|
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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue