mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
9 lines
321 B
Bash
9 lines
321 B
Bash
#!/usr/bin/env bash
|
|
#Scrip to start a custom conky configuration with Fluxbox.
|
|
|
|
sleep 10s
|
|
conky -q -c "/home/shl/.conky/Gotham/Gotham" &
|
|
conky -q -c "/home/shl/.conky/TeejeeTech/CPU Panel (8-core)" &
|
|
conky -q -c "/home/shl/.conky/TeejeeTech/Network Panel" &
|
|
conky -q -c "/home/shl/.conky/TeejeeTech/Process Panel" &
|
|
exit
|