rice/README.md

43 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2021-11-07 01:14:55 -07:00
# Sudacode Rice
2022-01-25 18:09:20 -08:00
<div align="center">
2021-11-07 01:14:55 -07:00
2022-01-25 18:09:20 -08:00
## My Linux (Arch btw) configuration and dotfiles
2021-11-07 01:14:55 -07:00
2022-01-25 18:09:20 -08:00
![my rice](screenshots/rice.png)
![application launcher](screenshots/app_launcher.png)
2021-07-28 23:44:53 -07:00
2021-11-07 00:59:01 -07:00
## Current Setup
2021-11-07 01:16:51 -07:00
_Click the links to get quick access to the relevant code/files_
2021-11-07 00:59:01 -07:00
2022-01-25 18:09:20 -08:00
</div>
2022-01-30 22:42:00 -08:00
- Desktop Environment: [EndeavourOS](https://endeavouros.com/)
- Window Manager: [bspwm rounded corners](https://github.com/j-james/bspwm-rounded-corners)
2022-01-25 18:09:20 -08:00
- [bspwm config](bspwm/bspwmrc)
2022-01-26 01:06:08 -08:00
- [sxhkd config](sxhkd/sxhkdrc)
2022-01-25 18:09:20 -08:00
- Shell: [zsh (oh-my-zsh)](https://ohmyz.sh/)
- [zshrc](dotfiles/.zshrc)
2021-11-07 00:59:01 -07:00
- Compositor: [ibhagwan's picom fork](https://github.com/ibhagwan/picom)
2022-01-25 18:09:20 -08:00
- [picom config](picom/picom-hightransparency.conf)
2021-11-07 00:59:01 -07:00
- Notification Server: [dunst](https://github.com/dunst-project/dunst)
- [dunst config](dunst/dunstrc)
2022-01-25 18:09:20 -08:00
- Status Bar: [polybar](https://github.com/polybar/polybar)
- [polybar config](polybar-themes/sblocks/config.ini)
- Application Launcher: [rofi](https://github.com/davatorium/rofi)
- [rofi config/colorscheme](rofi/config.rasi)
2021-11-07 00:59:01 -07:00
- Terminal Emulator: [alacritty-ligatures](https://aur.archlinux.org/packages/alacritty-ligatures/)
- [alacritty config](alacritty/alacritty.yml)
2022-01-25 18:09:20 -08:00
- [colorscheme](alacritty/doom_one.yml)
2022-02-10 23:09:26 -08:00
- Text Editor: [neovim](https://neovim.io/)
- [init.vim](nvim/init.vim)
- [keybindings](nvim/keybindings.vim)
- [plugin configs](nvim/plugin-confs/)
2021-11-07 00:59:01 -07:00
- Audio Player: [mpd](https://www.musicpd.org/) with [ncmpcpp](https://github.com/ncmpcpp/ncmpcpp)
- [mpd config](mpd/mpd.conf)
- [ncmpcpp config](ncmpcpp/ncmpcpp.config)
- Audio Visualizer: [cava](https://github.com/karlstav/cava)
- [cava config](cava/cavaconfig)
- System Monitor: [bpytop](https://github.com/aristocratos/bpytop)