From db1389ee3fb29197756cf67434bce731a52e105d Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Fri, 1 Mar 2024 20:35:04 +0000 Subject: Added fake shadows to text and Gruvbox themed Hyprlock --- .config/hypr/hyprlock.conf | 46 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index 1de5d38..ea9bc8d 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -36,6 +36,16 @@ input-field { valign = center } +label { + text = $TIME + color = rgb(74, 70, 73) + font_size = 96 + font_family = GoMono Nerd Font + position = 3, -53 + halign = center + valign = top +} + label { text = $TIME color = rgb(255, 255, 255) @@ -48,7 +58,17 @@ label { label { text = cmd[update:1000] sh ~/.config/eww/scripts/date-time.sh - color = rgb(255, 255, 255) + color = rgb(74, 70, 73) + font_size = 24 + font_family = GoMono Nerd Font + position = 3, -193 + halign = center + valign = top +} + +label { + text = cmd[update:1000] sh ~/.config/eww/scripts/date-time.sh + color = rgb(152, 151, 26) font_size = 24 font_family = GoMono Nerd Font position = 0, -190 @@ -58,7 +78,17 @@ label { label { text = Hi there, $USER! - color = rgb(255, 255, 255) + color = rgb(74, 70, 73) + font_size = 32 + font_family = GoMono Nerd Font + position = 3, -3 + halign = center + valign = center +} + +label { + text = Hi there, $USER! + color = rgb(104, 157, 106) font_size = 32 font_family = GoMono Nerd Font position = 0, 0 @@ -68,7 +98,17 @@ label { label { text =  Hyprland session locked - color = rgb(255, 255, 255) + color = rgb(74, 70, 73) + font_family = GoMono Nerd Font + font_size = 24 + position = 3, -3 + halign = center + valign = bottom +} + +label { + text =  Hyprland session locked + color = rgb(22, 225, 181) font_family = GoMono Nerd Font font_size = 24 position = 0, 0 -- cgit v1.2.3