mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update things
This commit is contained in:
parent
7c4ac23080
commit
862f4902ef
58 changed files with 65 additions and 680 deletions
9
user-config/conkyp
Normal file
9
user-config/conkyp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue