summaryrefslogtreecommitdiffstats
path: root/.config/hypr/hyprlock.conf
diff options
context:
space:
mode:
authorYigit Sever2024-08-30 11:06:19 +0200
committerYigit Sever2024-08-30 11:06:19 +0200
commitc2c54ed574d00d96a772e096abdfa2da3b60fdd6 (patch)
treebf61440b8c30dca5b69b949c5cd04f2b69c81379 /.config/hypr/hyprlock.conf
parent81cb7e952301e6ef240ae11434e05207cce39788 (diff)
downloaddotfiles-c2c54ed574d00d96a772e096abdfa2da3b60fdd6.tar.gz
dotfiles-c2c54ed574d00d96a772e096abdfa2da3b60fdd6.tar.bz2
dotfiles-c2c54ed574d00d96a772e096abdfa2da3b60fdd6.zip
hypr: start tracking
Diffstat (limited to '.config/hypr/hyprlock.conf')
-rw-r--r--.config/hypr/hyprlock.conf88
1 files changed, 88 insertions, 0 deletions
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf
new file mode 100644
index 0000000..9aa8ce1
--- /dev/null
+++ b/.config/hypr/hyprlock.conf
@@ -0,0 +1,88 @@
1source = $HOME/.config/hypr/mocha.conf
2
3$accent = $mauve
4$accentAlpha = $mauveAlpha
5$font = Iosevka Aile
6
7# GENERAL
8general {
9 disable_loading_bar = true
10 hide_cursor = true
11}
12
13# BACKGROUND
14background {
15 monitor =
16 path = $HOME/desk/pics/lockscreen.jpg
17 blur_passes = 0
18 color = $base
19}
20
21# TIME
22label {
23 monitor =
24 text = $TIME
25 color = $text
26 font_size = 90
27 font_family = $font
28 position = -30, 0
29 halign = right
30 valign = top
31}
32
33# DATE
34label {
35 monitor =
36 text = cmd[update:43200000] date +"%A, %d %B %Y"
37 color = $text
38 font_size = 25
39 font_family = $font
40 position = -30, -150
41 halign = right
42 valign = top
43}
44
45# USER AVATAR
46image {
47 monitor =
48 path = $HOME/desk/pics/big_cat_hi.jpeg
49 size = 100
50 border_color = $accent
51 position = 0, 75
52 halign = center
53 valign = center
54}
55
56# INPUT FIELD
57input-field {
58 monitor =
59 size = 300, 60
60 outline_thickness = 4
61 dots_size = 0.2
62 dots_spacing = 0.2
63 dots_center = true
64 outer_color = $accent
65 inner_color = $surface0
66 font_color = $text
67 fade_on_empty = false
68 placeholder_text = <span foreground="##$textAlpha"><i>󰌾 logged in as </i><span foreground="##$accentAlpha">$USER</span></span>
69 hide_input = false
70 check_color = $accent
71 fail_color = $red
72 fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
73 capslock_color = $yellow
74 position = 0, -47
75 halign = center
76 valign = center
77}
78
79label {
80 monitor =
81 text = no place like home
82 color = $text_color
83 font_size = 20
84 font_family = $font_family
85 position = 30, -30
86 halign = left
87 valign = top
88}