Conky möchte nicht mit i3wm...

mardi 29 novembre 2016

Hallo!

ich habe hier eine Manjaro Net-Edition installiert mit i3wm. Die Konfiguration läuft soweit, allerdings möchte das conky nicht in der Bar laufen...
Die Fehlermeldung rechts in der Bar lautet "Error: status_command process exited unexpectedly (exit 1)"

Die Konfigurationen:

i3:
Code:

...
bar {
colors {
background #2c3e50
statusline #ecf0f1

        focused_workspace #3498db #3498db #ffffff
        active_workspace #3498db #3498db #ffffff
        inactive_workspace #2980b9 #2980b9 #ffffff
        urgent_workspace #c0392b #c0392b #ffffff

}
    status_command conky -c ~/.config/conky/jsonwrapper.sh
position top
}
...

jsonwrapper:
Code:

echo '{"version":1}'
echo '['
echo '[],'
exec conky -c ~/.config/conky/config

conky:
Code:

conky.config = {
background = false,
cpu_avg_samples = 2,
default_color = 'white',
default_outline_color = 'white',
default_shade_color = 'white',
draw_borders = false,
draw_graph_borders = true,
use_xft = true,
net_avg_samples = 2,
no_buffers = true,
out_to_console = true,
out_to_stderr = false,
out_to_x = false,
extra_newline = false,
own_window = false,
stippled_borders = 0,
update_interval = 1.0,
uppercase = false,
use_spacer = 'none',
show_graph_scale = false,
show_graph_range = false,
max_text_width = 0,
short_units = yes
}

conky.text = [[
Test
]]

wenn ich den jsonwrapper so im urxvt ausführe klappt es, ebenso wenn ich im urxvt conky mit dem oben stehenden Config-File starte...

Was mache ich falsch? Kann jemand helfen?

Vielen Dank!


0 commentaires:

Enregistrer un commentaire

 

Lorem

Ipsum

Dolor