Somewhere in Nevada...

Koytar 53eaa13b15 Update 'README.md' 2 年之前
bspwm f8312926fe Update 'bspwm/bspwmrc' 2 年之前
dunst fa0210d32a Update 'dunst/dunstrc' 2 年之前
polybar 97168e80ea Update 'polybar/config.ini' 2 年之前
rofi d280a00418 Upload files to 'rofi/colors' 2 年之前
sxhkd bcbf2c66f2 Update 'sxhkd/sxhkdrc' 2 年之前
README.md 53eaa13b15 Update 'README.md' 2 年之前

README.md

Cyber Madness Rice [BSPWM + Dunst + Polybar + Rofi]

Screenshots

Installation

1) Get all the dependencies

Debian-Based

sudo apt install bspwm rofi picom dunst polybar alacritty flameshot pnmixer lxappearance pcmanfm-qt kmix

Arch-Based

yay -S bspwm rofi picom dunst polybar alacritty flameshot pnmixer lxappearance pcmanfm-qt kmix
wget -qO- https://git.io/papirus-icon-theme-install | sh <-- this is optional if you want papirus icons.

2) Copy Rofi's default themes, launchers, powermenus, etc...

Before you clone the repository, you need to copy rofi's files into ~/.config first with this command (debian tested):

cp /etc/rofi.conf ~/.config/rofi

Now you can proceed to the next step.

3) Clone the configuration

git clone https://notabug.org/Koytar/bspwm-setup.git

4) Set the themes

Start lxappearance to active the icon theme and GTK theme Note: for cursor theme, edit ~/.icons/default/index.theme and ~/.config/gtk3-0/settings.ini, for the change to also show up in applications run as root, copy the 2 files over to their respective place in /root.

If you want your gtk2 compatible apps to fit with the asthetic. Use this theme/icons.

5) Same theme for Qt/KDE applications and GTK applications, and fix missing indicators

First install qt5-style-plugins (debian) | qt5-styleplugins (arch) and add this to the bottom of your /etc/environment

XDG_CURRENT_DESKTOP=xfwm4
QT_QPA_PLATFORMTHEME=gtk2

XFWM4 (from XFCE4) is, for me, better than the others. The second line tells Qt and KDE applications to use your gtk2 theme set through lxappearance.