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
f25790e4
Commit
f25790e4
authored
Dec 06, 2017
by
KYD
Browse files
readme.txt
parent
cfcdda42
Changes
2
Hide whitespace changes
Inline
Side-by-side
cis-v0.2/README
→
cis-v0.2/README
.txt
View file @
f25790e4
File moved
cis-v0.2/cis.py
→
cis-v0.2/cis
2
.py
View file @
f25790e4
...
...
@@ -13,7 +13,8 @@ prompt = ".:|"
os
.
system
(
'clear'
)
print
"Multiple conkyrc file Python installer script"
# Name of Conky
print
(
"
\n
"
)
print
"Please choose your conky from this list"
# Name of Conky
print
(
"
\n
"
)
print
"Please choose your conky from this list. NOTE You can only install one at a time."
# Name of Conky
print
(
"""KYD_Grey_conkyrc
Siff_Grey_conkyrc
Mini-conkyrc
...
...
@@ -38,12 +39,12 @@ print("\n")
## Uncomment if your installing a font with your conky.
## No need if your not.
print
(
"Install font now?"
)
usrnpt
=
raw_input
(
prompt
)
if
'y'
in
usrnpt
:
os
.
system
(
'sudo cp Font-name.ttf /etc/fonts/Font-name.ttf'
)
#replace Name of font.
else
:
print
(
"Not Installed"
)
#
print ("Install font now?")
#
usrnpt = raw_input(prompt)
#
if 'y' in usrnpt:
#
os.system('sudo cp Font-name.ttf /etc/fonts/Font-name.ttf')#replace Name of font.
#
else:
#
print ("Not Installed")
print
(
"
\n
"
)
print
(
"
\n
"
)
print
(
"Multi-conky install script complete"
)
# Name of conky
...
...
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