Start/Stop Conky II (en)

From Conky PitStop

Jump to: navigation, search

Start/Stop Conky II

 Language   English   Français   


Out of Italy comes this nice little start up script for conky by SuNjACk.

And like ssc.sh, make it a launcher, or auto start conky with it.

#!/bin/bash
# Scritto da: SuNjACk
# Uccidi Conky se è avviato
pgrep conky &>/dev/null; [ $? = 0 ] && killall conky
 
# avvia Conky
#conky -d -c $HOME/Conky/conky1;
conky -d -c $HOME/Conky/conky2

Simple huh!

Why show this here?
Conky, like Linux, is about “options” and this is one of them.

Personal tools
Namespaces
Variants
Actions
Navigation
English
Français
Toolbox