hyprlock now is how i like it - but this time fr

main
The_miro 2025-04-25 01:06:27 +02:00
parent ae988b52e2
commit e28f524b05
1 changed files with 10 additions and 22 deletions

View File

@ -33,16 +33,14 @@ input-field {
hide_input = false hide_input = false
placeholder_text = <i>Password...</i> placeholder_text = <i>Password...</i>
position = 0, 220 position = 0, 20%
halign = center halign = center
valign = bottom valign = bottom
# Accent border & color matching EWW # Accent border & color matching EWW
inner_color = rgb(1a1a1a) inner_color = rgb(1a1a1a)
outline_color = rgb(E40046)
font_color = rgb(b0b4bc) font_color = rgb(b0b4bc)
font_family = Agave Nerd Font Mono font_family = Agave Nerd Font Mono
font_size = 18
} }
# DATE # DATE
@ -51,29 +49,18 @@ label {
color = rgb(5018dd) color = rgb(5018dd)
font_size = 34 font_size = 34
font_family = Agave Nerd Font Mono font_family = Agave Nerd Font Mono
position = 0, -150 position = 0, 30%
halign = center halign = center
valign = top valign = center
}
# WEEK
label {
text = cmd[update:18000000] echo "<b> "$(date +'Week %U')" </b>"
color = rgb(E40046)
font_size = 24
font_family = Agave Nerd Font Mono
position = 0, -250
halign = center
valign = top
} }
# TIME # TIME
label { label {
text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>"
color = rgb(b0b4bc) color = rgb(E40046)
font_size = 94 font_size = 94
font_family = Agave Nerd Font Mono font_family = Agave Nerd Font Mono
position = 0, 200 position = 0, 20%
halign = center halign = center
valign = center valign = center
} }
@ -84,7 +71,7 @@ label {
color = rgb(5018dd) color = rgb(5018dd)
font_size = 18 font_size = 18
font_family = Agave Nerd Font Mono font_family = Agave Nerd Font Mono
position = 0, 100 position = 0, 10%
halign = center halign = center
valign = bottom valign = bottom
} }
@ -92,8 +79,8 @@ label {
# UPTIME # UPTIME
label { label {
text = cmd[update:60000] echo "<b> "$(uptime -p || $Scripts/UptimeNixOS.sh)" </b>" text = cmd[update:60000] echo "<b> "$(uptime -p || $Scripts/UptimeNixOS.sh)" </b>"
color = rgb(b0b4bc)
font_size = 24 font_size = 24
color = rgb(5018dd)
font_family = Agave Nerd Font Mono font_family = Agave Nerd Font Mono
position = 0, 0 position = 0, 0
halign = right halign = right
@ -103,7 +90,7 @@ label {
# BATTERY # BATTERY
label { label {
text = cmd[update:10000] sh ~/Dotfiles/desktopenvs/hyprland/eww/scripts/batteryperc text = cmd[update:10000] sh ~/Dotfiles/desktopenvs/hyprland/eww/scripts/batteryperc
color = rgb(E40046) color = rgb(5018dd)
font_size = 24 font_size = 24
font_family = Agave Nerd Font Mono font_family = Agave Nerd Font Mono
position = 50, 0 position = 50, 0
@ -119,8 +106,9 @@ image {
border_size = 4 border_size = 4
border_color = rgb(5018dd) border_color = rgb(5018dd)
rotate = 0 rotate = 0
position = 0, 400 position = 0, 40%
halign = center halign = center
valign = bottom valign = bottom
} }