I made scripts to install various DWM themes on Kali.
These themes use LARBS: https://github.com/LukeSmithxyz/voidrice
Note
I use VMware. The .xprofile file has settings that make copy paste possible in DWM.
If you're using Virtualbox, you can remove vmware-user from .xprofile.
MOD + j/mchanges the master window size- The default web browser is Firefox. This can still be opened with
MOD + w - I didn't install passmenu. So, you can change
MOD + Dto whatever you want. - I added
Kick Ass tun0to the statusbar on most themes. You can change this in~/.local/bin/statusbar/sb-tun0
You can change the heart/fire icon in the status bar in ~/.local/src/dwm/config.h.
- After you make any changes run the following:
cd ~/.local/src/dwm/
sudo make clean install
- Then,
MOD + backspaceleave DMW - Log back in.
I made a .config/wallpaper directory... incase you wanna use it.
Change the background image with the following command:
setbg /path/to/file
Also, if your background image breaks up... you can run:
setbg
- It's located at
~/.config/zsh/.zshrc
Some programs are set to run as <program> | lolcat.
You can remove programs or add them in your .zshrc file. Note: not all programs work well w/ lolcat.
This is what it looks like:
lol() {
if [ -t 1 ]; then
"$@" | lolcat
else
"$@"
fi
}
COMMANDS=(
ls
cat
fastfetch
find
lf
ps
ip
msfconsole
mysql
sqlmap
gobuster
ffuf
)
for COMMAND in "${COMMANDS[@]}"; do
alias "${COMMAND}=lol ${COMMAND}"
alias ".${COMMAND}=$(which ${COMMAND})"
doneAdd or remove programs under COMMANDS.
Note
If you have any questions, ask me on Hack Smarter Discord on the #🍚⏐rice channel.
My name is Blue Pho3nix.
Important
Enjoy! <3
Note
Inspiration: https://github.com/xct/kali-clean