в общем есть i3wm, в i3-bar вписана команда
status_command ~/.config/i3/i3bar-main.sh
содержимое i3bar-main.sh
1 #!/bin/sh
2
3 # Send the header so that i3bar knows we want to use JSON:
4 echo '{"version":1}'
5
6
7 # Begin the endless array.
8 echo '['
9
10 #echo '[],'
11 echo '['
12 echo '{ "full_text": "fdsafdsafdsafdsa" , "color" : "\#fff555" }'
13 echo '],'
14 # We send an empty first array of blocks to make the loop simpler:
15
16 echo '],'
17 # Now send blocks with information forever:
18 #exec conky -c $HOME/.config/i3/conkyrc-main
но почему то i3-bar выдает ошибку.