Skip to content

djkido316/DraculaBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DraculaBox

Minimal yet aesthetic Dracula themed Openbox rice.

Screenshots:

About:

  • Openbox as the Window Manager
  • Dracula as the color scheme.
  • Dunst as the notification daemon.
  • Polybar as the bar.
  • Fish as the Shell.
  • Picom as the compositor.
  • JGMenu as the desktop menu.
  • MPD as the Music player.
  • St as the terminal emulator.
  • Scrot as the Screenshot Util.
  • Nitrogen as the Wallpaper Util.
Install Dependencies
yay -S openbox polybar jgmenu mpd mpc ncmpcpp dunst scrot pavucontrol pulseaudio fish feh mousepad cava google-chrome spotify rofi nitrogen zscroll wmctrl xorg-xprop xdotool xfce4-screenshooter --needed
Installing Dots:
git clone https://github.com/djkido316/DraculaBox.git
cd DraculaBox
cp -r .config ~/
cp .xinitrc .Xresources ~/

Install St(Siduck fork):

git clone https://github.com/siduck/st.git
cd st
sudo make install

Install Fonts:

mkdir -p ~/.local/share/fonts
cd fonts
mv * ~/.local/share/fonts/
fc-cache -fv

Install Icons:

mkdir -p ~/.local/share/icons
cd icons
mv * ~/.local/share/icons/

Install GTK & Openbox themes:

mkdir -p ~/.themes
cd themes
mv * ~/.themes

All Done!