mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
17 lines
277 B
Bash
Executable file
17 lines
277 B
Bash
Executable file
#!/bin/bash
|
|
|
|
if [ "$MONITOR" = "HDMI-A-0" ]; then
|
|
#while true; do
|
|
tail -f /tmp/xmonad-state-bar0
|
|
#done
|
|
else
|
|
#while true; do
|
|
tail -f /tmp/xmonad-state-bar1
|
|
#done
|
|
fi
|
|
|
|
#while true; do
|
|
#if read -r line </tmp/.xmonad-state-bar0; then
|
|
#echo "$line"
|
|
#fi
|
|
#done
|