- NOTE: This is vanilla dwm bar (status2d patch for setting colors) not dwmblocks or polybar.
simplescreenrecorder-2021-08-03_21.28.49.mp4
- fish (shell)
- imlib2
- xsetroot package ( status2d uses this to add colors on dwmbar)
- JetbrainsMono Nerd Font (or any nerd font) and Material design icon font
https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/JetBrainsMono/Ligatures/Medium/complete
- rofi
- ranger
- alacritty
- highlight, image2txt ... (check scope.sh in folder ranger)
- shell-color-scripts
- exa
git clone https://github.com/siduck/chadwm --depth 1
mv chadwm ~/.config
cd ~/.config/chadwm/chadwm
sudo make install
- copy the stuff from fonts folder to your ~/.local/share/fonts
- copy ranger configuration to ~/.config/ranger
cp -r ranger ~/.config
- copy rofi configuration to ~/.config/rofi
cp -r rofi ~/.config
- copy alacritty configuration to ~/.config/alacritty
cp -r alacritty ~/.config
- copy fish configuration to ~/.config/fish
cp -r fish ~/.config
- autostart script in the scripts dir is just an example one so it must be adjusted for your liking!
- autostart script in the scripts dir is just an example one so it must be adjusted for your liking!
Run the autostart file from .xinitrc
(.xinitrc file)
#!/bin/sh
exec ~/.config/chadwm/scripts/./autostart
OR
Copy desktop entry to folder of sessions
sudo cp chadwm.desktop /usr/share/xsessions/
OR
Create a desktop entry
touch /usr/share/xsessions/chadwm.desktop
[Desktop Entry]
Name=chadwm
Comment=dwm made beautiful
Exec= ~/.config/chadwm/scripts/./autostart
Type=Application
- You need to recompile dwm after every change you make in its src code
cd ~/.config/chadwm/chadwm
rm config.h
sudo make install
- Bar : in bar.sh and config.def.h
- eww : in eww.scss
- rofi : in config.rasi
- HUGE THANKS to eProTaLT83. I wanted certain features in dwm like tabbar in monocle , tagpreview etc and he implemented my ideas and created patches for me! I cant even count the number of times he has helped me :v
- @fitrh helped with colorful tag patch
- 6gk, eww's pure posix fetch functions taken from here
- barpadding
- bottomstack
- cfacts
- dragmfact
- dragcfact (took from bakkeby's build)
- fibonacii
- gaplessgrid
- horizgrid
- movestack
- vanity gaps
- colorful tags
- statuspadding
- status2d
- underline tags
- notitle