From 926e057095111dfb9000c0c163ee2f216c2a5104 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 6 Jul 2024 22:25:12 +0530 Subject: Dots Changes * Hyprland Changse * Gaps decreased * hyprlock - Adds Date in lockscreen * hyprpaper - Wallpaper changed --- hypr/hyprlock.conf | 50 +++++++++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 21 deletions(-) (limited to 'hypr/hyprlock.conf') diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf index 6774f9318..f0cad97b0 100644 --- a/hypr/hyprlock.conf +++ b/hypr/hyprlock.conf @@ -7,7 +7,7 @@ general { background { monitor = - path = ~/Pictures/wallhaven-y8v7zx_1920x1080_overlay.png + path = ~/Pictures/1349197.png # blur_passes = 2 contrast = 0.8916 brightness = 0.8172 @@ -82,6 +82,34 @@ label { # shadow_boost = 10 } +# Date Shadow +label { + monitor = + text = cmd[update:1000] echo "$(date +"%A, %d %B %Y")" + color = rgba(0, 0, 0, 1) + font_size = 25 + font_family = EnvyCodeR Nerd Font + position = 0, -160 + halign = center + valign = top + # shadow_boost = 10 +} + +#Date +label { + monitor = + text = cmd[update:1000] echo "$(date +"%A, %d %B %Y")" + color = rgba(173, 244, 216,1.0) + #color = rgba(255, 255, 255, 0.6) + font_size = 25 + font_family = EnvyCodeR Nerd Font + position = 0, -161 + halign = center + valign = top + # shadow_boost = 10 +} + + # USER label { monitor = @@ -93,9 +121,6 @@ label { position = 0, -40 halign = center valign = center - shadow_passes = 2 - shadow_size = 10 - shadow_color = rgba(250, 177, 160,1.0) } label { @@ -108,21 +133,4 @@ label { position = 0, -42 halign = center valign = center - shadow_passes = 2 - shadow_size = 10 - shadow_color = rgba(250, 177, 160,1.0) } - -# image { -# path = ~/Pictures/wallhaven-l8vp7y_1920x1080.png -# size = 280 # lesser side if not 1:1 ratio -# rounding = -1 # negative values mean circle -# border_size = 4 -# border_color = rgb(221, 221, 221) -# rotate = 0 # degrees, counter-clockwise -# reload_time = -1 # seconds between reloading, 0 to reload with SIGUSR2 -# # reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F -# position = 0, 150 -# halign = center -# valign = center -# } -- cgit v1.2.3