Thanks to visit codestin.com
Credit goes to github.com

Skip to content

blue-pho3nix/dwm-love

Repository files navigation

Kali DWM Love

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.

Changes I made to LARBS

  • MOD + j/m changes 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 + D to whatever you want.
  • I added Kick Ass tun0 to the statusbar on most themes. You can change this in ~/.local/bin/statusbar/sb-tun0

Some things you might want to know

You can change the heart/fire icon in the status bar in ~/.local/src/dwm/config.h.

  1. After you make any changes run the following:
cd ~/.local/src/dwm/
sudo make clean install
  1. Then, MOD + backspace leave DMW
  2. Log back in.

How do I change the background image?

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

Where is my zshrc file?

  • It's located at ~/.config/zsh/.zshrc

Why am I seeing rainbows?

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})"
done

Add 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


Themes:

image



image image


image image


image


image



image image


About

I set up DWM in Kali using LARBS. There is a variety of RICE available for you to use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages