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