hyprlock: Chnage wallpaper path, monitor name
This commit is contained in:
parent
f17a8a5a63
commit
d20b74e1bf
|
@ -2,8 +2,8 @@ source = appearance.conf
|
|||
|
||||
# BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
path = ~/.config/hypr/wallpaper.png
|
||||
monitor = DSI-1
|
||||
path = /home/tx0/Pictures/Wallpapers/galaktika_zvezdy_nebo_temnyj_tumannost_101228_2560x1440.jpg
|
||||
blur_passes = 3
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
|
@ -20,7 +20,7 @@ general {
|
|||
|
||||
# INPUT FIELD
|
||||
input-field {
|
||||
monitor = DP-1
|
||||
monitor = DSI-1
|
||||
size = 200, 40
|
||||
outline_thickness = 2
|
||||
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||||
|
@ -39,7 +39,7 @@ input-field {
|
|||
|
||||
# TIME
|
||||
label {
|
||||
monitor = DP-1
|
||||
monitor = DSI-1
|
||||
text = cmd[update:1000] echo "$(date +"%H:%M")"
|
||||
color = $fg
|
||||
font_size = 240
|
||||
|
@ -51,7 +51,7 @@ label {
|
|||
|
||||
# USER
|
||||
label {
|
||||
monitor = DP-1
|
||||
monitor = DSI-1
|
||||
text = Enter your password
|
||||
color = $fg
|
||||
font_size = 14
|
||||
|
|
Loading…
Reference in a new issue