20 lines
368 B
Markdown
20 lines
368 B
Markdown
# My suckless rice
|
|
|
|
## Components
|
|
|
|
+ dwm -> window manager
|
|
+ dmenu -> application launcher
|
|
+ dwmblocks -> status bar
|
|
+ st -> terminal
|
|
+ slock -> screen lock
|
|
|
|
## Theme
|
|
|
|
+ Dracula
|
|
|
|
## Usage
|
|
|
|
1. Clone with: `git clone https://gitlab.com/odweta/suckless $HOME/.config/suckless`
|
|
2. Change into that directory with `cd $HOME/.config/suckless`
|
|
3. Install with `./install.sh`
|