[hyprland] fancy blue border
This commit is contained in:
parent
5b2ae65b19
commit
27c0cec7c4
@ -3,6 +3,10 @@
|
|||||||
|
|
||||||
# include hyprland configs
|
# include hyprland configs
|
||||||
home.file.".config/hypr/general.conf".text = ''
|
home.file.".config/hypr/general.conf".text = ''
|
||||||
|
# environment
|
||||||
|
env = MOZ_ENABLE_WAYLAND,1
|
||||||
|
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||||
|
|
||||||
# dwindle secion
|
# dwindle secion
|
||||||
dwindle {
|
dwindle {
|
||||||
pseudotile = yes
|
pseudotile = yes
|
||||||
@ -13,7 +17,7 @@
|
|||||||
general {
|
general {
|
||||||
border_size = 3
|
border_size = 3
|
||||||
|
|
||||||
col.active_border = rgba(528bffaa)
|
col.active_border = rgba(528bffaa) rgba(043a8baa) rgba(043a8baa) rgba(043a8baa) rgba(043a8baa) 90deg
|
||||||
col.inactive_border = rgb(595959)
|
col.inactive_border = rgb(595959)
|
||||||
|
|
||||||
gaps_in = 5
|
gaps_in = 5
|
||||||
|
@ -20,11 +20,13 @@
|
|||||||
bezier = fade, 0.05, 1, 0.1, 1
|
bezier = fade, 0.05, 1, 0.1, 1
|
||||||
bezier = smoothOut, 0.36, 0, 0.66, 1
|
bezier = smoothOut, 0.36, 0, 0.66, 1
|
||||||
bezier = smoothIn, 0.25, 1, 0.5, 1
|
bezier = smoothIn, 0.25, 1, 0.5, 1
|
||||||
|
bezier = liner, 1, 1, 1, 1
|
||||||
|
|
||||||
animation = windows, 1, 3, smoothIn,
|
animation = windows, 1, 3, smoothIn,
|
||||||
animation = windowsOut, 1, 3, smoothOut,
|
animation = windowsOut, 1, 3, smoothOut,
|
||||||
animation = windowsMove, 1, 3, default
|
animation = windowsMove, 1, 3, default
|
||||||
animation = border, 1, 10, default
|
animation = border, 1, 10, default
|
||||||
|
animation = borderangle, 1, 45, liner, loop
|
||||||
animation = fade, 1, 5, smoothIn
|
animation = fade, 1, 5, smoothIn
|
||||||
animation = fadeDim, 1, 5, smoothIn
|
animation = fadeDim, 1, 5, smoothIn
|
||||||
animation = workspaces, 1, 8, fade
|
animation = workspaces, 1, 8, fade
|
||||||
|
Reference in New Issue
Block a user