Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KYD
CIS
Commits
6a06d6e2
Commit
6a06d6e2
authored
Dec 06, 2017
by
KYD
Browse files
README added
cis.py typo
parent
5bbb0a6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
cis-v0.1/README
0 → 100644
View file @
6a06d6e2
CIS README
You must edit the cis.py file to install the conky file you want.
First step is to open the cis.py file with any text editor.
Edit line 22 or the line with os.system("sudo cp ~/Downloads/Input-your-conkyrc-file-here /etc/conky/conky.conf")
remove Input-your-conkyrc-file-here and input the name of the conky file you want to install.
Links
Download conky files @ https://www.opendesktop.org/member/366587/products/
cis-v0.1/cis.py
View file @
6a06d6e2
...
...
@@ -19,7 +19,7 @@ print("Press y to install n to skip")
usrnpt
=
raw_input
(
prompt
)
if
'y'
in
usrnpt
:
os
.
system
(
"sudo cp /etc/conky/conky.conf /etc/conky/conky.back"
)
os
.
system
(
"sudo cp ~/Downloads/Input-you-conkyrc-file-here /etc/conky/conky.conf"
)
os
.
system
(
"sudo cp ~/Downloads/Input-you
r
-conkyrc-file-here /etc/conky/conky.conf"
)
else
:
print
(
"Not Installed"
)
print
(
"
\n
"
)
...
...
@@ -31,4 +31,4 @@ print("\n")
print
(
"
\n
"
)
print
(
"Thank you for using CIS."
)
print
(
"
\n
"
)
print
(
"Download more conky.conf and conkyrc files @https://www.opendesktop.org/member/366587/products/"
)
print
(
"Download more conky.conf and conkyrc files @
https://www.opendesktop.org/member/366587/products/"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment