My personal dotfiles for bspwm, ranger, neovim, ncmpcpp, firefox, rofi and more!
Flamingo | Mauve |
![]() |
![]() |
Pink | Maroon |
![]() |
![]() |
Red | Peach |
![]() |
![]() |
Yellow | Green |
![]() |
![]() |
Teal | Blue |
![]() |
![]() |
Sky | |
![]() |
Neofetch | Ncmpcpp |
![]() |
![]() |
Cava | Wallpaper |
![]() |
![]() |
Color Scheme | |
![]() |
- Window Manager: BSPWM
- GTK Theme: Catppuccin for GTK
- Icon Theme: Catppuccin for Papirus
- UI Font: JetBrains
- Terminal: Kitty
- Colorscheme: Catppuccin
- Compositor: Picom (ibhagwan)
- Bar: Polybar
- Launcher: rofi
- Notifications: dunst
- Web Browser: Firefox
- userChrome: Simplify Darkish
- File Manager: Pcmanfm
- Settings Manager: LXAppearance/kvantum
- Lockscreen: betterlockscreen
- Xfce4 Power Manager
- Ksuperkey
- Xsettingsd
- Xsetroot
- Terminal
- Fonts Polybar
paru -S bspwm sxhkd rofi picom-ibhagwan-git polybar pcmanfm xfce-polkit \
kitty ranger btop dunst ksuperkey xfce4-power-manager firefox \
acpi mpd mpc ncmpcpp xorg-xsetroot nitrogen networkmanager-dmenu-git \
wmctrl checkupdates-systemd-git neovim vim imagemagick libnotify xclip \
zscroll playerctl betterlockscreen neofetch lxappearance zsh cava \
exa ueberzug w3m xfce4-settings ttf-iosevka-nerd curl
Can replace paru with yay
Network Module
If you have an error with the wifi module, change the network interface to
~/.config/bspwm/polybar/bin/modules
...
[module/network]
type = internal/network
interface = wlp2s0
...
-
- To know the name of the network interface, type in the terminal
ip add
-
- note the name of the wifi network interface begins with wl
MPD Music Directory
- Edit
~/.mpd/mpd.conf
...
music_directory "~/Music"
...
Change it to your preferred directory
Ncmpcpp Music Directory
- Edit
~/.ncmpcpp/config
and~/.ncmpcpp/config-art
...
music_directory "~/Music"
...
Change it to your preferred directory
~/.ncmpcpp/scripts/album-art
...
music_library="$HOME/Music"
...
Change it with the same directory of the previous steps