mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
6 lines
57 B
Bash
6 lines
57 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
conky -c .config/conky/conky_theme &&
|
||
|
|
||
|
exit 0
|