From my perspective, the most impressive tool on Pop!_OS is the POP SHELL. It provides functions like window management and application launcher which are convenient for Linux GUI users. So why not using it on Kali?
Instructions
- Update packages, install dependencies and clone official repository.
sudo apt update
sudo apt install git node-typescript make
git clone https://github.com/pop-os/shell.git
- Install pop shell through source code.
cd shell
make local-install
Besides, sometimes it might occur some errors, like Extension: pop-shell@sysem76.com does not exist
. The quickest and simplest way to solve it is to reboot machine.