Bleyom / B-L-3

B-L-3 rice (completely unrelated name) based on monochromatic colors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

B-L-3 (completely unrelated name) based on monochromatic colors

yes

Preview

N|Solid

Gallery Installation Keybinds Color Scheme

  • Distro : Artix Linux
  • WM : Bspwm
  • Terminal : Kitty
  • Shell : Zsh
  • Status Bar : Polybar
  • Notification : Dunst
  • App launcher : Rofi
  • File manager : Thunar
  • Gtk Theme : Kripton

🔨: Installation

Arch based distro

Pls create a backup of your actuall config after install B-L-3

❗ AUR helper = yay

yay -S dunst bspwm sxhkd gsimplecal rofi feh lxappearance qt5ct qt5-styleplugins lxsession xautolock xclip scrot thunar thunar-archive-plugin thunar-media-tags-plugin thunar-volman lxsession tumbler jq w3m geany nano vim viewnior pavucontrol parcellite neofetch htop zsh picom gtk2-perl xfce4-power-manager imagemagick playerctl networkmanager-dmenu xsettingsd mpv

oh-my-zsh install

chsh -s `which zsh`
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions.git ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions

Config installer

  • git clone https://github.com/Bleyom/B-L-3/
  • cd B-L-3/ && cp -r bspwm/ ~/.config/bspwm
    cp -r rofi/ ~/.config/
    cp -r picom/ ~/.config/
    cp -r dunst/ ~/.config/
    cp -r sxhkd/ ~/.config/
    cp -r neofetch/ ~/.config/
    cp -r kitty/ ~/.config/
    cp backgrounds ~/.backgrounds
    cp scripts/ ~/.scripts

Basic Keybinds

Key Action
Mod + Space Launch Rofi Dmenu
Mod + C Close Windows
Mod + Shift + Space Toggle Tiling Mode
Mod + Left Click (hold) Move Windows
Mod + Right Click (hold) Resize Windows
Mod + 1/2/3/4/5/6/7/8/9/0 Change Workspace
Mod + Shift + 1/2/3/4/5/6/7/8/9/0 Move active windows to workspace number
Mod + Return Open terminal
Ctrl + alt + R WM Restart
Mod + shift + C Screenshot Menu

Color Scheme

colors

Galery

thunar terminal

❤️ Credits

About

B-L-3 rice (completely unrelated name) based on monochromatic colors

License:GNU General Public License v3.0


Languages

Language:Shell 84.5%Language:Python 15.5%