Files
nix-config/.config/i3/scripts/launch-polybar.sh
2024-06-16 20:47:29 +02:00

5 lines
111 B
Bash
Executable File

#!/usr/bin/env bash
for m in $(polybar --list-monitors | cut -d":" -f1); do
MONITOR=$m polybar main &
done