7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
conky -c $HOME/.config/conky/shortcuts_green &&
|
||
|
conky -c $HOME/.config/conky/sysinfo_green &&
|
||
|
|
||
|
exit 0
|