diff --git a/Extras/Chicago95_Panel_Preferences.tar.bz2 b/Extras/Chicago95_Panel_Preferences.tar.bz2 index 22929a30..25200809 100644 Binary files a/Extras/Chicago95_Panel_Preferences.tar.bz2 and b/Extras/Chicago95_Panel_Preferences.tar.bz2 differ diff --git a/Extras/post_install.txt b/Extras/post_install.txt index 534ea182..772242b7 100644 --- a/Extras/post_install.txt +++ b/Extras/post_install.txt @@ -3,13 +3,15 @@ Manual Steps: You're not done yet! Not everything could be automated. Here's what left: +!! Enable the Helvetica font -!! Enabling the notification theme +If you run a Debian based operating system, you'll have to disable the bitmap font block. From a terminal, run the following: -- Open the XFCE settings manager > Notifications. -- Choose Chicago95 for the theme. -- Adjust Opacity to 100%. +$ mv /etc/fonts/conf.d/70-no-bitmaps.conf /etc/fonts/conf.d/70-no-bitmaps.conf.bak +- Open the XFCE settings manager > Appearance +- Click Fonts tab and select Helvetica Regular. Set to size 8. +- Enable anti-aliasing and set hinting to "Full." !! Start Button diff --git a/installer.py b/installer.py index fa768b4c..73480bbd 100755 --- a/installer.py +++ b/installer.py @@ -322,8 +322,8 @@ def install(self): self.change_component_label() elif from_file == "install_fonts" and self.copy_files["install_fonts"]: print("Enabling Fonts in XFCE4") - self.xfconf_query('xsettings', '/Gtk/FontName', "Helvetica 8") self.change_component_label() + # LOL this is a lie we don't have to do anything elif from_file == "thunar" and self.copy_files["thunar"]: if os.path.exists(os.path.expanduser("~/.themes/Chicago95/gtk-3.24/apps/thunar.css")): print("Enabling authenticity in Thunar")