- Improve multi-monitor setup
Note that every bar uses "MONITOR" enviroment variable to support the multi-monitor functionality.
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
Main visual takeaways from my alacritty config is using
opacity: 0.4
and
padding:
x: 15
y: 15
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.mov
Im using picom-animations (AUR) fork of Picom from Daniel Csillag, which allows nice and smooth animations as well as many other features.
Note that you need to change names of the monitors in bspwmrc
to the ones you are using!