#!/bin/bash while read o;do #echo "eww screen: ${o}" eww open --screen "${o}" bar --id "${o}" done < <(swaymsg -t get_outputs | jq -r '.[].name')