diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-03-01 20:35:04 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-03-01 20:35:04 +0000 |
commit | db1389ee3fb29197756cf67434bce731a52e105d (patch) | |
tree | 83e8a71a25cab841f6373f179f8cbb1f5e07f73b /.config | |
parent | 50a8e50c62a97dc35a992b7a88d4cb28d84ebb14 (diff) |
Added fake shadows to text and Gruvbox themed Hyprlock
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprlock.conf | 46 |
1 files changed, 43 insertions, 3 deletions
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 @@ -38,6 +38,16 @@ input-field { label { text = <b>$TIME</b> + color = rgb(74, 70, 73) + font_size = 96 + font_family = GoMono Nerd Font + position = 3, -53 + halign = center + valign = top +} + +label { + text = <b>$TIME</b> color = rgb(255, 255, 255) font_size = 96 font_family = GoMono Nerd Font @@ -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, <i>$USER</i>! - 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, <i>$USER</i>! + 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 |