renderer: better lockscreen dead behavior (#7574)
--------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
parent
92a0dd164e
commit
604eb21a7e
14 changed files with 171 additions and 37 deletions
BIN
assets/install/lockdead.png
Executable file
BIN
assets/install/lockdead.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
BIN
assets/install/lockdead2.png
Normal file
BIN
assets/install/lockdead2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
6
assets/install/meson.build
Normal file
6
assets/install/meson.build
Normal 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
|
||||
BIN
assets/install/wall0.png
Normal file
BIN
assets/install/wall0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 MiB |
BIN
assets/install/wall1.png
Normal file
BIN
assets/install/wall1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.9 MiB |
BIN
assets/install/wall2.png
Normal file
BIN
assets/install/wall2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 MiB |
Loading…
Add table
Add a link
Reference in a new issue