Skip to content

Instantly share code, notes, and snippets.

@lesm
Last active January 11, 2016 00:19
Show Gist options
  • Save lesm/38a8f5f7713a78133fe3 to your computer and use it in GitHub Desktop.
Save lesm/38a8f5f7713a78133fe3 to your computer and use it in GitHub Desktop.
Script para inicar conky después de 10 segundos, de iniciar el sistema
#!/bin/bash
sleep 10 && conky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment