1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-23 07:21:58 +01:00
eoli3n-dotfiles/roles/polybar
2019-12-02 12:40:43 +01:00
..
files added redshift script module polybar 2019-12-02 12:40:43 +01:00
tasks major update 2019-12-01 16:29:03 +01:00
templates change bars polybar work 2019-12-02 09:05:38 +01:00
README.md major update 2019-12-01 16:29:03 +01:00

Managed files

  • ~/.config/polybar/config
  • ~/.config/polybar/launch.sh
  • ~/.config/polybar/pkg.sh

Managed dirs

  • ~/.config/polybar/modules
  • ~/.config/polybar/bars

Dualscreen configuration by host

Add a dir named as hostname to include specific host configuration for multiple screen launch

mkdir templates/$(hostname)
echo <<\EOF > templates/$(hostname)/launch.j2
MONITOR=HDMI1 polybar top &
MONITOR=HDMI2 polybar top &
MONITOR=HDMI2 polybar bottom &
EOF