From 25aabb157f86a402e51e8edbcd703b6df2c811e3 Mon Sep 17 00:00:00 2001 From: Matthias Puchstein Date: Fri, 16 May 2025 22:00:40 +0200 Subject: [PATCH] fixed hyprlock for owlenlap02 --- .../{hyprlock.conf => hyprlock.conf##default} | 0 .../hypr/hyprlock.conf##hostname.owlenlap02 | 66 +++++++++++++++++++ 2 files changed, 66 insertions(+) rename .config/hypr/{hyprlock.conf => hyprlock.conf##default} (100%) create mode 100644 .config/hypr/hyprlock.conf##hostname.owlenlap02 diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf##default similarity index 100% rename from .config/hypr/hyprlock.conf rename to .config/hypr/hyprlock.conf##default diff --git a/.config/hypr/hyprlock.conf##hostname.owlenlap02 b/.config/hypr/hyprlock.conf##hostname.owlenlap02 new file mode 100644 index 0000000..1fb361e --- /dev/null +++ b/.config/hypr/hyprlock.conf##hostname.owlenlap02 @@ -0,0 +1,66 @@ +general { + hide_cursor = true + ignore_empty_input = true +} + +#auth { +# just leave the defaults +#} + +################## +### BACKGROUND ### +################## +background { + monitor = + path = /home/mpuchstein/Pictures/wallpaper/1920x1080/widescreen/208 - Dv9LXh1.jpg +} + +############# +### INPUT ### +############# +input-field { + size = 250, 60 + outline_thickness = 2 + dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8 + dots_spacing = 0.35 # Scale of dots' absolute size, 0.0 - 1.0 + dots_center = true + outer_color = rgba(0, 0, 0, 0) + inner_color = rgba(0, 0, 0, 0.2) + font_color = rgba(255, 0, 132, 0.8) + fade_on_empty = false + rounding = -1 + check_color = rgb(204, 136, 34) + placeholder_text = + hide_input = false + position = 0, -200 + halign = center + valign = center +} + +############ +### DATA ### +############ +label { + monitor = + text = cmd[update:1000] echo "$(date +"%A, %B %d")" + color = rgba(242, 243, 244, 0.75) + font_size = 22 + font_family = Inconsolata Nerd Font Mono + position = 0, 300 + halign = center + valign = center +} + +############ +### TIME ### +############ +label { + monitor = + text = cmd[update:1000] echo "$(date +"%-I:%M")" + color = rgba(242, 243, 244, 0.75) + font_size = 95 + font_family = Inconsolata Nerd Font Mono Bold + position = 0, 200 + halign = center + valign = center +}