mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
assets: add example.conf
This commit is contained in:
parent
8a89181e69
commit
c7fa5026c0
2 changed files with 16 additions and 0 deletions
|
@ -118,3 +118,8 @@ install(TARGETS hyprlock)
|
|||
|
||||
install(FILES ${CMAKE_SOURCE_DIR}/pam/hyprlock
|
||||
DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/pam.d)
|
||||
|
||||
install(
|
||||
FILES ${CMAKE_SOURCE_DIR}/assets/example.conf
|
||||
DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/hypr
|
||||
RENAME hyprlock.conf)
|
||||
|
|
11
assets/example.conf
Normal file
11
assets/example.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
# sample hyprlock.conf
|
||||
# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
fade_on_empty = false
|
||||
}
|
||||
|
||||
background {
|
||||
color = rgb(23, 39, 41)
|
||||
}
|
Loading…
Reference in a new issue