feat!: added configs + restructuring
This commit is contained in:
80
config/hypr/hyprlock.conf
Normal file
80
config/hypr/hyprlock.conf
Normal file
@ -0,0 +1,80 @@
|
||||
# ___ ___ .__ __
|
||||
# / | \ ___.__._____________| | ____ ____ | | __
|
||||
# / ~ < | |\____ \_ __ \ | / _ \_/ ___\| |/ /
|
||||
# \ Y /\___ || |_> > | \/ |_( <_> ) \___| <
|
||||
# \___|_ / / ____|| __/|__| |____/\____/ \___ >__|_ \
|
||||
# \/ \/ |__| \/ \/
|
||||
#
|
||||
# https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/
|
||||
# Configuration by Coby Powers
|
||||
|
||||
background {
|
||||
monitor =
|
||||
path = /home/coby/Nextcloud/Wallpapers/Color Mountains.png
|
||||
#color = rgba(30, 30, 46, 0.9)
|
||||
|
||||
blur_passes = 3
|
||||
blur_size = 8
|
||||
noise = 0.0117
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo $(date +"%l:%M")
|
||||
color = rgb(205, 214, 244)
|
||||
font_size = 180
|
||||
font_family = Noto Sans
|
||||
shadow_passes = 1
|
||||
shadow_color = rgb(49, 50, 68)
|
||||
|
||||
position = 0, -110
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 600, 75
|
||||
outline_thickness = 3
|
||||
dots_size = 0.25
|
||||
dots_spacing = 0.3
|
||||
dots_center = false
|
||||
dots_rounding = -1
|
||||
outer_color = rgb(49, 50, 68)
|
||||
inner_color = rgb(30, 30, 46)
|
||||
font_color = rgb(205, 214, 244)
|
||||
fade_on_empty = true
|
||||
fade_timeout = 1000
|
||||
placeholder_text = <span foreground="##6c7086">Please enter your password...</span>
|
||||
hide_input = false
|
||||
rounding = 16
|
||||
check_color = rgb(249, 226, 175)
|
||||
fail_color = rgb(243, 139, 168)
|
||||
fail_text =
|
||||
fail_transition = 200
|
||||
capslock_color = rgb(203, 166, 247)
|
||||
numlock_color = rgb(203, 166, 247)
|
||||
bothlock_color = rgb(203, 166, 247)
|
||||
invert_numlock = false
|
||||
swap_font_color = false
|
||||
|
||||
position = 0, -200
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:60000] echo -e $(python ~/.config/hypr/scripts/quotes.py || "Hello, Coby")
|
||||
color = rgb(166, 173, 200)
|
||||
font_size = 18
|
||||
font_family = JetBrainsMono Nerd Font
|
||||
|
||||
position = 0, -35
|
||||
halign = center
|
||||
valign = bottom
|
||||
}
|
Reference in New Issue
Block a user