Skip to content

Commit 7e1ba15

Browse files
authored
Add Optimized Animation Config and Enhanced IBM Hyprlock Theme (#681)
2 parents adb788d + bf58a9b commit 7e1ba15

File tree

2 files changed

+137
-0
lines changed

2 files changed

+137
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# -----------------------------------------------------
2+
# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
3+
# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
4+
# -----------------------------------------------------
5+
# Source:https://github.com/xaicat/LimeFrenzy/
6+
# -----------------------------------------------------
7+
8+
animations {
9+
enabled = 1
10+
bezier = default, 0.12, 0.92, 0.08, 1.0
11+
bezier = wind, 0.12, 0.92, 0.08, 1.0
12+
bezier = overshot, 0.18, 0.95, 0.22, 1.03
13+
bezier = liner, 1, 1, 1, 1
14+
15+
animation = windows, 1, 5, wind, popin 60%
16+
animation = windowsIn, 1, 6, overshot, popin 60%
17+
animation = windowsOut, 1, 4, overshot, popin 60%
18+
animation = windowsMove, 1, 4, overshot, slide
19+
animation = layers, 1, 4, default, popin
20+
animation = fadeIn, 1, 7, default
21+
animation = fadeOut, 1, 7, default
22+
animation = fadeSwitch, 1, 7, default
23+
animation = fadeShadow, 1, 7, default
24+
animation = fadeDim, 1, 7, default
25+
animation = fadeLayers, 1, 7, default
26+
animation = workspaces, 1, 5, overshot, slidevert
27+
animation = border, 1, 1, liner
28+
animation = borderangle, 1, 24, liner, loop
29+
}
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
# ░▒▒▒░░░░░▓▓ ___________
2+
# ░░▒▒▒░░░░░▓▓ //___________/
3+
# ░░▒▒▒░░░░░▓▓ _ _ _ _ _____
4+
# ░░▒▒░░░░░▓▓▓▓▓▓ | | | | | | | __/
5+
# ░▒▒░░░░▓▓ ▓▓ | |_| | |_/ /| |___
6+
# ░▒▒░░▓▓ ▓▓ \__ |____/ |____/
7+
# ░▒▓▓ ▓▓ //____/
8+
9+
$fontFamily = IBM Plex Sans
10+
$resolve.font=IBM Plex Sans|https://github.com/IBM/plex/releases/download/%40ibm%2Fplex-sans%401.1.0/ibm-plex-sans.zip
11+
12+
# GENERAL
13+
background {
14+
monitor =
15+
path = $BACKGROUND_PATH
16+
blur_size = 8
17+
blur_passes = 3
18+
noise = 0.02
19+
contrast = 0.9
20+
brightness = 0.6
21+
vibrancy = 0.3
22+
vibrancy_darkness = 0.2
23+
}
24+
25+
# Current time
26+
label {
27+
monitor =
28+
text = cmd[update:1000] echo "<b><big> $(date +"%H") </big></b>"
29+
color = $wallbash_2xa7_rgba
30+
font_size = 180
31+
font_family = $fontFamily Medium 10
32+
position = 0, 80
33+
halign = center
34+
valign = center
35+
}
36+
label {
37+
monitor =
38+
text = cmd[update:1000] echo "<b><big> $(date +"%M") </big></b>"
39+
color = $wallbash_2xa9_rgba
40+
font_size = 180
41+
font_family = $fontFamily Medium 10
42+
position = 0, -120
43+
halign = center
44+
valign = center
45+
}
46+
label {
47+
monitor =
48+
text = cmd[update:1000] echo "<b><big> $(date +"%d %b") </big></b>"
49+
color = $wallbash_2xa8_rgba
50+
font_size = 20
51+
font_family = $fontFamily Medium 10
52+
position = 0, -260
53+
halign = center
54+
valign = center
55+
}
56+
label {
57+
monitor =
58+
text = cmd[update:1000] echo "<b><big> $(date +"%A") </big></b>"
59+
color = $wallbash_2xa8_rgba
60+
font_size = 20
61+
font_family = $fontFamily Medium 10
62+
position = 0, -280
63+
halign = center
64+
valign = center
65+
}
66+
67+
#INPUT FIELD
68+
input-field {
69+
monitor =
70+
size = 200, 50
71+
outline_thickness = 3
72+
dots_size = 0.2
73+
dots_spacing = 1.00
74+
dots_center = true
75+
outer_color = $wallbash_pry2_rgba
76+
inner_color = $wallbash_pry3_rgba
77+
font_color = $color7
78+
fade_on_empty = true
79+
placeholder_text = <i>Password...</i>
80+
hide_input = false
81+
position = 0, 60
82+
halign = center
83+
valign = bottom
84+
}
85+
86+
# Battery Status if present
87+
label {
88+
monitor =
89+
text = cmd[update:5000] $BATTERY_ICON
90+
color = $wallbash_4xa9_rgba
91+
font_size = 20
92+
font_family = JetBrainsMono Nerd Font
93+
position = -1%, 1%
94+
halign = right
95+
valign = bottom
96+
}
97+
98+
# Current Keyboard Layout
99+
label {
100+
monitor =
101+
text = $LAYOUT
102+
color = $wallbash_4xa9_rgba
103+
font_size = 20
104+
font_family = $fontFamily
105+
position = -2%, 1%
106+
halign = right
107+
valign = bottom
108+
}

0 commit comments

Comments
 (0)