hyprlock: uses profile picture for hyprlock
This commit is contained in:
parent
54e7758c73
commit
069e17918e
|
@ -11,6 +11,7 @@ in
|
||||||
home.file.".config/hypr/hyprlock.conf".text =
|
home.file.".config/hypr/hyprlock.conf".text =
|
||||||
let
|
let
|
||||||
blurred_image = "${config.home.homeDirectory}/.cache/wallpaper/blurred.png";
|
blurred_image = "${config.home.homeDirectory}/.cache/wallpaper/blurred.png";
|
||||||
|
profilePicture = "${config.home.homeDirectory}/.cache/wallpaper/square.png";
|
||||||
in
|
in
|
||||||
/*hyprlang*/
|
/*hyprlang*/
|
||||||
''
|
''
|
||||||
|
@ -81,7 +82,7 @@ in
|
||||||
|
|
||||||
image {
|
image {
|
||||||
monitor =
|
monitor =
|
||||||
path = $HOME/.cache/wallpaper/square.png
|
path = ${profilePicture}
|
||||||
size = 280 # lesser side if not 1:1 ratio
|
size = 280 # lesser side if not 1:1 ratio
|
||||||
rounding = -1 # negative values mean circle
|
rounding = -1 # negative values mean circle
|
||||||
border_size = 4
|
border_size = 4
|
||||||
|
|
Loading…
Reference in a new issue