/Dotfiles

My personal dotfiles 📁

Primary LanguageLua

Desktop preview

⚫ ⚪ Dotfiles - BW Diving Theme ⚫ ⚪

Table of Contents 📎


⭕ TODO ⭕

  • Improve multi-monitor setup

🗛 Required Fonts 🗛

  • Roboto Mono Nerd Font (AUR)
  • DejaVuSans Mono Nerd Font (AUR)

📊 Polybar 📊

Note that every bar uses "MONITOR" enviroment variable to support the multi-monitor functionality.

Polybar Left

Polybar Center

Polybar Center

This part also uses the keyboard_backlight.sh script for getting keyboard backlight brightness, you propably want to change this line

PATH="/sys/devices/platform/asus-nb-wmi/leds/asus::kbd_backlight/brightness"

so the PATH points to proper file on your computer

🖵 Alacritty 🖵

Alacritty preview

Main visual takeaways from my alacritty config is using

    opacity: 0.4

and

    padding:
        x: 15
        y: 15

🖼️ Pfetch 🖼️

Pfetch preview

I use following setup for pfetch in my .zshrc:

alias pfetch="PF_INFO=\"ascii os uptime pkgs memory shell editor wm\" pfetch"

You could also use enviromental variables instead of alias, but for me this makes it easier to find and change.

⚙️ Picom ⚙️

picom.mov

Im using picom-animations (AUR) fork of Picom from Daniel Csillag, which allows nice and smooth animations as well as many other features.

🖽 BSPWM 🖽

Note that you need to change names of the monitors in bspwmrc to the ones you are using!