From 736c0ee1e81f8745e9eeb5d08068e1c6e8c7afc9 Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 24 Apr 2025 17:22:56 +0200 Subject: [PATCH] pfp on lockscreen --- desktopenvs/hyprland/btop/btop.log | 4 ++++ desktopenvs/hyprland/hypr/hyprlock.conf | 24 ++++++++++++------------ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/desktopenvs/hyprland/btop/btop.log b/desktopenvs/hyprland/btop/btop.log index cf14f3c..7ee866b 100644 --- a/desktopenvs/hyprland/btop/btop.log +++ b/desktopenvs/hyprland/btop/btop.log @@ -67,3 +67,7 @@ 2025/04/24 (11:32:41) | ===> btop++ v.1.4.0 2025/04/24 (11:32:41) | WARNING: NVML: Failed to get maximum GPU power draw, defaulting to 225W: Not Supported 2025/04/24 (11:32:41) | WARNING: Intel GPU: Failed to initialize PMU + +2025/04/24 (17:00:13) | ===> btop++ v.1.4.0 +2025/04/24 (17:00:13) | WARNING: NVML: Failed to get maximum GPU power draw, defaulting to 225W: Not Supported +2025/04/24 (17:00:13) | WARNING: Intel GPU: Failed to initialize PMU diff --git a/desktopenvs/hyprland/hypr/hyprlock.conf b/desktopenvs/hyprland/hypr/hyprlock.conf index f14f41a..88c60b1 100644 --- a/desktopenvs/hyprland/hypr/hyprlock.conf +++ b/desktopenvs/hyprland/hypr/hyprlock.conf @@ -73,7 +73,7 @@ label { color = rgb(b0b4bc) font_size = 94 font_family = Agave Nerd Font Mono - position = 0, 0 + position = 0, 200 halign = center valign = center } @@ -112,15 +112,15 @@ label { } # PROFILE PICTURE OR LOGO -#image { -# path = ~/Pictures/profile.jpg -# size = 230 -# rounding = 80 -# border_size = 4 -# border_color = rgb(5018dd) -# rotate = 0 -# position = 0, 700 -# halign = center -# valign = bottom -#} +image { + path = ~/Pictures/profile.jpg + size = 230 + rounding = 110 + border_size = 4 + border_color = rgb(5018dd) + rotate = 0 + position = 0, 400 + halign = center + valign = bottom +}