Replaced set-lockscreen by the new version of set-wallpaper (modified), and many more but not that significant changes
This commit is contained in:
parent
3a293cf0f3
commit
6e4c3bb974
14 changed files with 70 additions and 18 deletions
|
|
@ -1,12 +1,12 @@
|
|||
# BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
path = ~/.config/hypr/images/lockscreen.JPG
|
||||
blur_passes = 2
|
||||
contrast = 0.8916
|
||||
rightness = 0.8172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0.0
|
||||
path = ~/.config/hypr/images/lockscreen.jpg
|
||||
blur_passes = 0
|
||||
#contrast = 0.8916
|
||||
#brightness = 0.8172
|
||||
#vibrancy = 0.1696
|
||||
#vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
# GENERAL
|
||||
|
|
@ -22,7 +22,7 @@ general {
|
|||
input-field {
|
||||
monitor =
|
||||
size = 320, 55
|
||||
outline_thickness = 1
|
||||
outline_thickness = -1
|
||||
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
|
||||
|
|
@ -41,20 +41,24 @@ input-field {
|
|||
# Time
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "<span>$(date +"%H:%M")</span>"
|
||||
color = rgba(216, 222, 233, 0.70)
|
||||
#text = cmd[update:1000] echo "<span>$(date +"%H:%M")</span>"
|
||||
text = $TIME
|
||||
color = rgba(216, 222, 233, 1)
|
||||
font_size = 130
|
||||
font_family = JetbrainsMonoNL NF Bold
|
||||
position = 0, 280
|
||||
halign = center
|
||||
valign = center
|
||||
# TODO make shadowing work
|
||||
#shadow_passes = 10
|
||||
#shadow_size = 3
|
||||
}
|
||||
|
||||
# Day-Month-Date
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo -e "$(date +"%A, %d %B")"
|
||||
color = rgba(216, 222, 233, 0.70)
|
||||
color = rgba(216, 222, 233, 1)
|
||||
font_size = 26
|
||||
font_family = JetbrainsMonoNL NF
|
||||
position = 0, 160
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue