This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# Interactive interface to search for and kill processes using fzf. | |
# Supports both regular and forced process termination and dynamically updates | |
# the process list. | |
# | |
# Usage: ./fzf-kill.sh [REFRESH_INTERVAL] | |
# REFRESH_INTERVAL: Optional; time in seconds to refresh the process list (default: 1.2 seconds). | |
# | |
# Dependencies: fzf, procs (ps if not found), sed, awk, curl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- lua/custom/tables/headers.lua | |
local headers = { | |
imgs = { | |
["bat_92"] = { | |
[[ ]], | |
[[ * * * * ]], | |
[[ *** ********** *** ]], | |
[[ ***** ********** ***** ]], | |
[[ ******* ********** ******* ]], |