Skip to content

Commit 0e2953c

Browse files
authored
Adding enhanced IBM hyprlock with transparency, and blur support
optimized blur and transparency support for any theme
1 parent 8f92b21 commit 0e2953c

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed
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)