From 9a9c9b4eda4ab14e7837c90f2bdeb980c10ca9cb Mon Sep 17 00:00:00 2001 From: Eric Marin <144999446+eric-marin@users.noreply.github.com> Date: Mon, 10 Mar 2025 18:22:29 +0100 Subject: Update README.md --- README.md | 16 ++++++++-------- hypr/hyprlock.conf | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 8 deletions(-) create mode 100644 hypr/hyprlock.conf diff --git a/README.md b/README.md index b749e95..f237d28 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # dotfiles These are current my dotfiles: -- Compositor: (niri) [https://github.com/YaLTeR/niri] -- Launcher: (fuzzel) [https://codeberg.org/dnkl/fuzzel] -- Shell: (fish) [https://github.com/fish-shell/fish-shell] -- Notification: (mako) [https://github.com/emersion/mako] -- Terminal: (foot) [https://codeberg.org/dnkl/foot] -- Statusbar: (waybar) [https://github.com/Alexays/Waybar] -- Editor: (neovim) [https://github.com/neovim/neovim] -- Colorscheme: (wallust) [https://codeberg.org/explosion-mental/wallust] +- Compositor: [niri](https://github.com/YaLTeR/niri) +- Launcher: [fuzzel](https://codeberg.org/dnkl/fuzzel) +- Shell: [fish](https://github.com/fish-shell/fish-shell) +- Notification: [mako](https://github.com/emersion/mako) +- Terminal: [foot](https://codeberg.org/dnkl/foot) +- Statusbar: [waybar](https://github.com/Alexays/Waybar) +- Editor: [neovim](https://github.com/neovim/neovim) +- Colorscheme: [wallust](https://codeberg.org/explosion-mental/wallust) diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf new file mode 100644 index 0000000..776d9e1 --- /dev/null +++ b/hypr/hyprlock.conf @@ -0,0 +1,48 @@ +general { + hide_cursor = true + ignore_empty_input = true + immediate_render = true + disable_loading_bar = true +} + +background { + monitor = eDP-1 + path = /home/eric.marin/Pictures/Backgrounds/dorohedoro.webp + blur_passes = 2 + blur_size = 1 +} +input-field { + monitor = eDP-1 + size = 500, 100 + outline_thickness = 2 + dots_size = 0.3 # Scale of input-field height, 0.2 - 0.8 + dots_spacing = 0.35 # Scale of dots' absolute size, 0.0 - 1.0 + dots_center = false + outer_color = rgb(132,83,84) + inner_color = rgb(33,33,24) + font_color = rgb(241,239,218) + fade_on_empty = true + + placeholder_text = + fail_text = Wrong Password... + fail_color = rgb(169,87,88) + + position = 0, -300 + halign = center + valign = center +} +label { + monitor = eDP-1 + text = cmd[update:1000] date +"%H:%M:%S" + color = rgb(241,239,218) + font_size = 100 + font_family = Hack Nerd Font + + position = 0, 300 + halign = center + valign = center + + shadow_passes = 1 + shadow_color = rgb(33,33,24) +} + -- cgit v1.2.3