renderer: better lockscreen dead behavior (#7574)

---------

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
Vaxry 2024-08-29 23:30:12 +02:00 committed by GitHub
parent 92a0dd164e
commit 604eb21a7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 171 additions and 37 deletions

View file

@ -0,0 +1,6 @@
globber = run_command('sh', '-c', 'find -type f -not -name "*.build"', check: true)
files = globber.stdout().strip().split('\n')
foreach file : files
install_data(file, install_dir: join_paths(get_option('datadir'), 'hypr'), install_tag: 'runtime')
endforeach