mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-31 01:24:36 +02:00
Fixing thunar and zsh and background issues
This commit is contained in:
parent
f8d58ab5b6
commit
ec953f083b
@ -250,7 +250,7 @@ class InstallGUI:
|
|||||||
try:
|
try:
|
||||||
self.xfconf_query('xfce4-desktop', '/backdrop/screen0/monitorVirtual1/workspace0/image-style', "0")
|
self.xfconf_query('xfce4-desktop', '/backdrop/screen0/monitorVirtual1/workspace0/image-style', "0")
|
||||||
args = ['xfconf-query', '-c' ,'xfce4-desktop' ,
|
args = ['xfconf-query', '-c' ,'xfce4-desktop' ,
|
||||||
'-p' ,'/backdrop/screen0/monitorVirtual1/workspace0/rgba1' ,
|
'-p' ,'/backdrop/screen0/monitorVirtual1/workspace0/rgba1' , '--create',
|
||||||
'-t' ,'double' ,'-s' ,'0.000000' ,'-t' ,'double' ,'-s' ,
|
'-t' ,'double' ,'-s' ,'0.000000' ,'-t' ,'double' ,'-s' ,
|
||||||
'0.500000' ,'-t' ,'double' ,'-s', '0.500000' ,'-t' ,'double' ,
|
'0.500000' ,'-t' ,'double' ,'-s', '0.500000' ,'-t' ,'double' ,
|
||||||
'-s' ,'1.000000']
|
'-s' ,'1.000000']
|
||||||
@ -288,8 +288,8 @@ class InstallGUI:
|
|||||||
line = line.replace("/*","")
|
line = line.replace("/*","")
|
||||||
if "c95" in line:
|
if "c95" in line:
|
||||||
line = line.replace("c95", "msw")
|
line = line.replace("c95", "msw")
|
||||||
if "\*" in line:
|
if "*/" in line:
|
||||||
line = line.replace("\*","")
|
line = line.replace("*/","")
|
||||||
next_line = False
|
next_line = False
|
||||||
|
|
||||||
if "You can enable the spin button theme by uncommenting the following!" in line:
|
if "You can enable the spin button theme by uncommenting the following!" in line:
|
||||||
@ -325,7 +325,7 @@ class InstallGUI:
|
|||||||
prompts = prompts_file.read()
|
prompts = prompts_file.read()
|
||||||
prompts_file.close()
|
prompts_file.close()
|
||||||
|
|
||||||
shutil.copyfile(running_folder+"/Extras/Chicago95.zsh-theme", os.path.expanduser("~/.oh-my-zsh/themes"))
|
shutil.copyfile(running_folder+"/Extras/Chicago95.zsh-theme", os.path.expanduser("~/.oh-my-zsh/themes/Chicago95.zsh-theme"))
|
||||||
shutil.move( os.path.expanduser("~/.zshrc"),os.path.expanduser("~/.backup.zshrc.chicago95") )
|
shutil.move( os.path.expanduser("~/.zshrc"),os.path.expanduser("~/.backup.zshrc.chicago95") )
|
||||||
fileh = open(os.path.expanduser("~/.backup.zshrc.chicago95"),"r")
|
fileh = open(os.path.expanduser("~/.backup.zshrc.chicago95"),"r")
|
||||||
nfileh = open(os.path.expanduser("~/.zshrc"),"w")
|
nfileh = open(os.path.expanduser("~/.zshrc"),"w")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user