7 lines
79 B
Plaintext
Executable File
7 lines
79 B
Plaintext
Executable File
|
|
#!/bin/bash
|
|
echo '{"version":1}'
|
|
echo '['
|
|
echo '[],'
|
|
exec conky -c ~/.conkyrc
|