127 lines
2.4 KiB
Plaintext
127 lines
2.4 KiB
Plaintext
# Hyprlock Themed Config 💫 Matching EWW
|
|
|
|
|
|
general {
|
|
grace = 2
|
|
hide_cursor = true
|
|
ignore_empty_input = true
|
|
}
|
|
|
|
auth {
|
|
pam:module = sudo
|
|
}
|
|
|
|
background {
|
|
monitor =
|
|
path = ~/Pictures/background.jpg
|
|
blur_size = 6
|
|
blur_passes = 2
|
|
noise = 0.015
|
|
contrast = 1.25
|
|
brightness = 0.85
|
|
vibrancy = 0.2
|
|
vibrancy_darkness = 0.1
|
|
}
|
|
|
|
input-field {
|
|
monitor =
|
|
size = 300, 60
|
|
outline_thickness = 4
|
|
dots_size = 0.5
|
|
dots_spacing = 0.2
|
|
dots_center = true
|
|
hide_input = false
|
|
placeholder_text = <i>Password...</i>
|
|
|
|
position = 0, 220
|
|
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
|
|
label {
|
|
text = cmd[update:18000000] echo "<b> "$(date +'%A, %-d %B %Y')" </b>"
|
|
color = rgb(5018dd)
|
|
font_size = 34
|
|
font_family = Agave Nerd Font Mono
|
|
position = 0, -150
|
|
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
|
|
}
|
|
|
|
# TIME
|
|
label {
|
|
text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>"
|
|
color = rgb(b0b4bc)
|
|
font_size = 94
|
|
font_family = Agave Nerd Font Mono
|
|
position = 0, 200
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
# USER
|
|
label {
|
|
text = $USER
|
|
color = rgb(5018dd)
|
|
font_size = 18
|
|
font_family = Agave Nerd Font Mono
|
|
position = 0, 100
|
|
halign = center
|
|
valign = bottom
|
|
}
|
|
|
|
# UPTIME
|
|
label {
|
|
text = cmd[update:60000] echo "<b> "$(uptime -p || $Scripts/UptimeNixOS.sh)" </b>"
|
|
color = rgb(b0b4bc)
|
|
font_size = 24
|
|
font_family = Agave Nerd Font Mono
|
|
position = 0, 0
|
|
halign = right
|
|
valign = bottom
|
|
}
|
|
|
|
# BATTERY
|
|
label {
|
|
text = cmd[update:10000] sh ~/Dotfiles/desktopenvs/hyprland/eww/scripts/batteryperc
|
|
color = rgb(E40046)
|
|
font_size = 24
|
|
font_family = Agave Nerd Font Mono
|
|
position = 50, 0
|
|
halign = left
|
|
valign = bottom
|
|
}
|
|
|
|
# PROFILE PICTURE OR LOGO
|
|
image {
|
|
path = ~/Pictures/profile.jpg
|
|
size = 230
|
|
rounding = 110
|
|
border_size = 4
|
|
border_color = rgb(5018dd)
|
|
rotate = 0
|
|
position = 0, 400
|
|
halign = center
|
|
valign = bottom
|
|
}
|
|
|