-
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #419 from JaKooLit/development
Development to Main. Preparation for release
- Loading branch information
Showing
43 changed files
with
1,233 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # | ||
# Decoration and Animations Settings | ||
|
||
# Hyprland Wiki Links | ||
# Animation - https://wiki.hyprland.org/Configuring/Animations/ | ||
# Decoration - https://wiki.hyprland.org/Configuring/Variables/#decoration | ||
|
||
# Sourcing colors generated by wallust | ||
source = $HOME/.config/hypr/wallust/wallust-hyprland.conf | ||
|
||
decoration { | ||
rounding = 10 | ||
|
||
active_opacity = 1.0 | ||
inactive_opacity = 0.9 | ||
fullscreen_opacity = 1.0 | ||
|
||
dim_inactive = true | ||
dim_strength = 0.1 | ||
dim_special = 0.8 | ||
|
||
drop_shadow = true | ||
shadow_range = 6 | ||
shadow_render_power = 1 | ||
col.shadow = $color12 | ||
col.shadow_inactive = 0x50000000 | ||
|
||
blur { | ||
enabled = true | ||
size = 6 | ||
passes = 2 | ||
ignore_opacity = true | ||
new_optimizations = true | ||
special = true | ||
} | ||
} | ||
|
||
|
||
animations { | ||
enabled = yes | ||
|
||
bezier = wind, 0.05, 0.9, 0.1, 1.05 | ||
bezier = winIn, 0.1, 1.1, 0.1, 1.1 | ||
bezier = winOut, 0.3, -0.3, 0, 1 | ||
bezier = liner, 1, 1, 1, 1 | ||
bezier = overshot, 0.05, 0.9, 0.1, 1.05 | ||
bezier = smoothOut, 0.5, 0, 0.99, 0.99 | ||
bezier = smoothIn, 0.5, -0.5, 0.68, 1.5 | ||
|
||
animation = windows, 1, 6, wind, slide | ||
animation = windowsIn, 1, 5, winIn, slide | ||
animation = windowsOut, 1, 3, smoothOut, slide | ||
animation = windowsMove, 1, 5, wind, slide | ||
animation = border, 1, 1, liner | ||
animation = borderangle, 1, 180, liner, loop #used by rainbow borders and rotating colors | ||
animation = fade, 1, 3, smoothOut | ||
animation = workspaces, 1, 5, overshot | ||
|
||
# animations for -git or version >0.42.0 | ||
#animation = workspacesIn, 1, 5, winIn, slide | ||
#animation = workspacesOut, 1, 5, winOut, slide | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,6 @@ shotarea() { | |
wl-copy <"$tmpfile" | ||
mv "$tmpfile" "$dir/$file" | ||
fi | ||
rm "$tmpfile" | ||
notify_view | ||
} | ||
|
||
|
File renamed without changes.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.