diff options
| author | JackJ30 <jackqjamison@proton.me> | 2024-09-09 00:07:54 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@proton.me> | 2024-09-09 00:07:54 -0400 |
| commit | e57370dbf542b165e430cc8c708677625a9f8ed4 (patch) | |
| tree | 411647a48d8d8fedf9434653e2c92f059bebfa82 /.config/hypr/hyprlock.conf | |
| parent | ee71cba8d51ea5635ebda2ba0c776e8378706c6d (diff) | |
laptop config
Diffstat (limited to '.config/hypr/hyprlock.conf')
| -rw-r--r-- | .config/hypr/hyprlock.conf | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf new file mode 100644 index 0000000..3150f25 --- /dev/null +++ b/.config/hypr/hyprlock.conf @@ -0,0 +1,102 @@ +# $text_color = rgba(E3E1EFFF) +# $entry_background_color = rgba(12131C11) +# $entry_border_color = rgba(908F9F55) +# $entry_color = rgba(C6C5D6FF) +$text_color = rgba(FFFFFFFF) +$entry_background_color = rgba(33333311) +$entry_border_color = rgba(3B3B3B55) +$entry_color = rgba(FFFFFFFF) +$font_family = Rubik Light +$font_family_clock = Rubik Light +$font_material_symbols = Material Symbols Rounded + +background { + # color = rgba(0D0D17FF) + color = rgba(000000FF) + # path = {{ SWWW_WALL }} + # path = screenshot + # blur_size = 5 + # blur_passes = 4 +} +input-field { + monitor = + size = 250, 50 + outline_thickness = 2 + dots_size = 0.1 + dots_spacing = 0.3 + outer_color = $entry_border_color + inner_color = $entry_background_color + font_color = $entry_color + # fade_on_empty = true + + position = 0, 20 + halign = center + valign = center +} + +label { # Clock + monitor = + text = $TIME + shadow_passes = 1 + shadow_boost = 0.5 + color = $text_color + font_size = 65 + font_family = $font_family_clock + + position = 0, 300 + halign = center + valign = center +} +label { # Greeting + monitor = + text = hi $USER !!! + shadow_passes = 1 + shadow_boost = 0.5 + color = $text_color + font_size = 20 + font_family = $font_family + + position = 0, 240 + halign = center + valign = center +} +label { # lock icon + monitor = + text = lock + shadow_passes = 1 + shadow_boost = 0.5 + color = $text_color + font_size = 21 + font_family = $font_material_symbols + + position = 0, 65 + halign = center + valign = bottom +} +label { # "locked" text + monitor = + text = locked + shadow_passes = 1 + shadow_boost = 0.5 + color = $text_color + font_size = 14 + font_family = $font_family + + position = 0, 45 + halign = center + valign = bottom +} + +label { # Status + monitor = + text = cmd[update:5000] ~/.config/hypr/hyprlock/status.sh + shadow_passes = 1 + shadow_boost = 0.5 + color = $text_color + font_size = 14 + font_family = $font_family + + position = 30, -30 + halign = left + valign = top +} |
