5 lines
88 B
Bash
Executable File
5 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
echo "{\"version\":1}"
|
|
echo "[[]"
|
|
exec conky -c /home/tuan/.scripts/conkyrc
|