Fully updated the Hyprland config
This commit is contained in:
parent
3470ffdfd7
commit
83ab1b1d6b
24 changed files with 331 additions and 83 deletions
|
|
@ -1,12 +1,14 @@
|
|||
# BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
path = ~/.config/hypr/images/lockscreen.jpg
|
||||
blur_passes = 0
|
||||
#contrast = 0.8916
|
||||
#brightness = 0.8172
|
||||
#vibrancy = 0.1696
|
||||
#vibrancy_darkness = 0.0
|
||||
path = ~/.config/hypr/images/wallpaper.jpg
|
||||
blur_passes = 3
|
||||
blur_size = 4
|
||||
noise = 0.0
|
||||
contrast = 0.7
|
||||
brightness = 0.8172
|
||||
vibrancy = 0.2
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
# GENERAL
|
||||
|
|
@ -26,12 +28,12 @@ input-field {
|
|||
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
outer_color = rgba(200, 200, 200, 1)
|
||||
outer_color = rgba(200, 200, 200, 0.4)
|
||||
inner_color = rgba(100, 114, 125, 1)
|
||||
font_color = rgb(200, 200, 200)
|
||||
fade_on_empty = false
|
||||
font_family = DejaVu Sans
|
||||
placeholder_text = <i><span foreground="##ffffff99">Enter Pass</span></i>
|
||||
placeholder_text = <i><span foreground="##ffffff99">Enter password</span></i>
|
||||
hide_input = false
|
||||
position = 0, -350
|
||||
halign = center
|
||||
|
|
@ -41,7 +43,6 @@ input-field {
|
|||
# Time
|
||||
label {
|
||||
monitor =
|
||||
#text = cmd[update:1000] echo "<span>$(date +"%H:%M")</span>"
|
||||
text = $TIME
|
||||
color = rgba(216, 222, 233, 1)
|
||||
font_size = 130
|
||||
|
|
@ -49,9 +50,6 @@ label {
|
|||
position = 0, 280
|
||||
halign = center
|
||||
valign = center
|
||||
# TODO make shadowing work
|
||||
#shadow_passes = 10
|
||||
#shadow_size = 3
|
||||
}
|
||||
|
||||
# Day-Month-Date
|
||||
|
|
@ -83,16 +81,40 @@ label {
|
|||
#}
|
||||
|
||||
# USER
|
||||
#label {
|
||||
# monitor =
|
||||
# text = Hi, $USER
|
||||
# color = rgba(216, 222, 233, 0.70)
|
||||
# font_size = 20
|
||||
# font_family = DejaVu Sans
|
||||
# position = 0, -200
|
||||
# halign = center
|
||||
# valign = center
|
||||
#}
|
||||
label {
|
||||
monitor =
|
||||
text = $USER
|
||||
color = rgba(216, 222, 233, 0.70)
|
||||
font_size = 20
|
||||
font_family = JetbrainsMonoNL NF
|
||||
position = 0, -200
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Timer
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:0] echo "Locked since $TIME"
|
||||
color = rgba(216, 222, 233, 0.40)
|
||||
font_size = 20
|
||||
font_family = JetbrainsMonoNL NF
|
||||
position = 0, -250
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# # Failed login attempts
|
||||
# label {
|
||||
# monitor =
|
||||
# text = cmd[update:1000] echo "$ATTEMPTS Failed attempts"
|
||||
# color = rgba(216, 222, 233, 0.40)
|
||||
# font_size = 20
|
||||
# font_family = JetbrainsMonoNL NF
|
||||
# position = 0, -250
|
||||
# halign = center
|
||||
# valign = center
|
||||
# }
|
||||
|
||||
# CURRENT SONG
|
||||
label {
|
||||
|
|
@ -100,7 +122,7 @@ label {
|
|||
text = cmd[update:1000] echo "$(~/.config/hypr/scripts/songdetails.sh)"
|
||||
color = rgba(255, 255, 255, 0.7)
|
||||
font_size = 16
|
||||
font_family = DejaVu Sans
|
||||
font_family = JetbrainsMonoNL NF
|
||||
position = 0, 20
|
||||
halign = center
|
||||
valign = bottom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue