Displays the dark souls like text in the middle of the screen and plays a sound. Made with quickshell.
Run with:
nix run github:vimjoyer/dark-text -- -t "YOUR TEXT"add -d flag to show death text and play death sound
nix run github:vimjoyer/dark-text -- --death -t "YOUR TEXT"to disable sound use -n flag
nix run github:vimjoyer/dark-text -- --death -t "YOUR TEXT"To set your own parameters use
nix run github:vimjoyer/dark-text -- -t "YOUR TEXT" --color "#ffffff" --duration 2000Thanks Raf for the idea