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/hyprland.conf | 2 +- hypr/hyprlock.conf | 50 +++++++++++++++++++++++++++++--------------------- hypr/hyprpaper.conf | 4 ++-- 3 files changed, 32 insertions(+), 24 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index b10f466d5..345d0f55c 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -72,7 +72,7 @@ env = HYPRCURSOR_SIZE,24 # https://wiki.hyprland.org/Configuring/Variables/#general general { gaps_in = 5 - gaps_out = 20 + gaps_out = 3 border_size = 2 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 -# } diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index c317f6fb0..6143ec56e 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -1,4 +1,4 @@ -preload = /home/indrajith/Pictures/city.png +preload = /home/indrajith/Pictures/1357321.jpeg -wallpaper = ,/home/indrajith/Pictures/city.png +wallpaper = ,/home/indrajith/Pictures/1357321.jpeg splash = true -- cgit v1.2.3