Skip to content

Pavel-N/Dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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!