Skip to content

MoisesMP/dotfiles

Repository files navigation

Dotfiles

My personal dotfiles for bspwm, ranger, neovim, ncmpcpp, firefox, rofi and more!

Screenshots

Bars

Float Float

Normal Float

Desktop

Flamingo Mauve
Flamingo Mauve
Pink Maroon
Pink Maroon
Red Peach
Red Peach
Yellow Green
Yellow Green
Teal Blue
Teal Blue
Sky
Sky

Others

Neofetch Ncmpcpp
Neofetch Ncmpcpp
Cava Wallpaper
Cava Wallpaper
Color Scheme
Color

Packages

Others

  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

Mpd notification

User's configuration

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