🧹 fix indentation

dev-docs
Moritz Böhme 2022-03-07 12:28:06 +01:00
parent dfc7961573
commit 43901a34ec
No known key found for this signature in database
GPG Key ID: 213820E2795F5CF5
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
package = pkgs.polybar.override { pulseSupport = true; };
script = ''
for m in $(polybar --list-monitors | ${pkgs.coreutils}/bin/cut -d":" -f1); do
MONITOR=$m polybar --reload bottom &
done
MONITOR=$m polybar --reload bottom &
done
'';
config = let
colors = {