Chicago95/INSTALL.md

523 lines
25 KiB
Markdown
Raw Normal View History

<a name="index"/>
# Index
2019-05-15 03:12:43 +02:00
<!--ts-->
* [Installing Chicago95](#install_theme)
* [Single user install](#install_single)
* [System-wide install (optional)](#install_system)
* [Enabling The Theme](#config_theme)
* [Configuring The XFCE4 Panelbar](#xfce4_panel)
* [Horizontal Panelbar](#horiz_panel)
* [Vertical Panelbar](#vert_panel)
* [Start Buttons](#start_buttons)
* [Additional Enhancements](#add_enhance)
* [Launcher Button icon scaling](#button_scale) (*For legacy GTK2 panelbars only*)
2019-05-15 03:52:42 +02:00
* [Thunar status indicator](#thunar)
2019-05-15 03:12:43 +02:00
* [QT5 theme configration with qt5ct](#config_qt5ct)
* [GTK Overlay Scrollbars](#gtk_scroll)
* [Desktop Shadow effects](#desktop_shadow)
* [Desktop background color](#desktop_color)
2019-05-15 03:27:49 +02:00
* [Desktop icon effects](#desktop_icons)
2019-05-15 03:12:43 +02:00
* [Cursors](#cursors)
2019-07-03 16:11:16 +02:00
* [MS Sans Serif font](#ms_sans_serif)
2019-05-15 03:12:43 +02:00
* [Terminal fonts](#terminal_fonts)
* [Terminal themes](#terminal_themes)
* [Windows 95 login startup sound](#startup_sound)
* [HiDPI (experimental)](#hidpi)
<!--te-->
2019-04-03 00:45:56 +02:00
---
<a name="install_theme"/>
2019-01-13 19:12:32 +01:00
## Installing Chicago95
The following installation steps will require that you enable the `view hidden folders` option in your file manager to see hidden files.
<a name="install_single"/>
2019-05-15 03:27:49 +02:00
### [ Single user install ]
If you intend to install the theme system-wide, then following the single user install process isn't necessary.
2019-05-15 03:27:49 +02:00
#### Step 1: Prepare theme and icon directories
Create a `.themes` folder in your user directory `/home/$USER/` if it doesn't already exist. (with $USER being your username.)
mkdir -p ~/.themes
Create a `.icons` folder in your user directory `/home/$USER/` if it doesn't already exist.
mkdir -p ~/.icons
2019-05-15 03:27:49 +02:00
#### Step 2: Copy the Chicago95 GTK and icon themes
Copy the GTK theme from `Chicago95-master/Theme/` folder into `.themes`.
cp -r Chicago95-master/Theme/Chicago95 ~/.themes
Copy the icon themes from `Chicago95-master/Icons/` folder into `.icons`.
cp -r Chicago95-master/Icons/* ~/.icons
Copy the GTK3 CSS override file from `Chicago95-master/Extras/override/` into `/home/$USER/.config/gtk-3.0/`.
cp Chicago95-master/Extras/override/gtk.css ~/.config/gtk-3.0/
*Note 1: You may have to create the "gtk-3.0" directory if it's not there.*
mkdir -p ~/.config/gtk-3.0
*Note 2: If you ever want to change your system theme to anything else, don't forget to remove the `gtk.css` override file! It makes adjustments based on this theme which might break other themes.*
2019-05-15 03:27:49 +02:00
#### Step 3:
After copying the theme files into their appropriate places, you might need to log out then log back in for any changes to take places.
<a name="install_system"/>
2019-05-15 03:27:49 +02:00
### [ System-wide install ] (optional)
Copy the GTK theme from `Chicago95-master/Theme/` folder into `/usr/share/themes/`.
sudo cp -r Chicago95-master/Theme/Chicago95 /usr/share/themes/
Copy the icon themes from `Chicago95-master/Icons/` folder into `/usr/share/icons/`.
sudo cp -r Chicago95-master/Icons/* /usr/share/icons/
[[Return to Index]](#index)
---
<a name="config_theme"/>
2019-01-13 19:12:32 +01:00
## Enabling Chicago95
2019-01-13 19:06:40 +01:00
The following steps will guide you through enabling the theme and making additional configurations if desired.
#### Enabling the GTK theme
- Open the XFCE settings manager > Appearance.
- Choose Chicago95 as the theme style.
#### Enable the icon theme
- Open the XFCE settings manager > Appearance > Icons.
- Select Chicago95 or Chicago95-tux.
#### Enabling the Window Manager theme
- Open the XFCE settings manager > Window Manager.
- Choose Chicago95 as the theme style.
- Set Title font to Sans Bold, 8 points.
#### Enabling the notification theme
- Open the XFCE settings manager > Notifications.
- Choose Chicago95 for the theme.
- Adjust Opacity to 100%.
#### Enabling the theme for QT5 applications (optional)
For QT5 applications such as KeePassXC or q4-Wine, you can enable GTK theme support. This can improve theme consistency across a range of applications. Chicago95 on QT5 applications works quite well, however there might occasionally be a few small bugs; one example being scrollbox buttons missing their borders.
To begin setting this up install the qt5 style plugins package.
sudo apt install qt5-style-plugins
After the installation is complete, relogin for changes to take place.
For further tuning of QT5 with the Chicago95 GTK theme, read [QT5 theme configration with qt5ct](#config_qt5ct)
[[Return to Index]](#index)
---
<a name="xfce4_panel"/>
2019-01-13 19:12:32 +01:00
## Configuring The XFCE4 Panelbar
2019-01-13 19:06:40 +01:00
The following steps will guide you through configuring the XFCE4 panelbar to resemble the taskbar seen in MS Windows 95. Some options seen in the following steps may not be present across all versions of the XFCE desktop environment and can vary between different Linux distributions.
*The following steps are written from the perspective of XUbuntu 18.04 and 19.04.*
<a name="horiz_panel"/>
2019-05-15 03:18:55 +02:00
### Configuring a horizontal taskbar
2019-05-15 03:27:49 +02:00
#### Step 1: Setting the panelbar size
- Open the XFCE settings manager > Panel
- From the Display tab set the panel mode to "Horizontal."
- Check "Lock Panel."
- Set "Automatically hide the panel" to "Never."
- Row Size (pixels): Can be at, or between, 24px to 32px; If your are using the GTK2 version of the XFCE panelbar, use even numbers for the row size since odd number row sizes will cause icon scaling issues for launcher buttons and status icons.
- Number of rows will be "1."
- Length will be 100%.
2019-05-15 03:27:49 +02:00
#### Step 2: Setting the panelbar appearance
- In the Appearance tab set the background style to "None (use system style.)"
- Disable the icons setting "Adjust size automatically" (*this option is not present for the GTK2 panelbar*)
- Set "Fixed Icon Size" to 16. (*this option is not present for the GTK2 panelbar*)
*Note: For GTK2 panelbar users, if you want to adjust the icon scaling of your launcher buttons, see [Launcher button icon scaling](#button_scale)*
2019-05-15 03:27:49 +02:00
#### Step 3: Adding panelbar plugins
Open the XFCE settings manager > Panel > Items
Here's an organized list for the panel Items plugin layout.
1. Application Menu or Whisker Menu;
2. Separator (*Handle Style*);
3. Custom Launchers can go here to resemble quick launch toolbar from Windows.;
4. “Show Desktop” plugin;
5. Separator (*Handle Style*);
6. Window Buttons (*Uncheck "Show flat buttons" and "Show Handle.;" Sorting Order: None; Window grouping: Never*);
7. Separator (*Transparent with Expanding enabled*);
8. Separator (*Handle Style*);
9. Indicator Plugin and Notification Area plugin (*19px max icon size preferred; also uncheck "Show frame"*);
10. Orage Panel Clock. (*Enable check box “Show frame” and replace the text in “Line 1” with %I:%M %p.*)
<a name="vert_panel"/>
2019-05-15 03:18:55 +02:00
### Configuring a vertical taskbar
2019-05-15 03:27:49 +02:00
#### Step 1: Setting the panelbar size
- Open the XFCE settings manager > Panel
- From the Display tab set the panel mode to "Deskbar." (*The "vertical" option looks bad, this is why we'll go with deskbar.*)
- Check "Lock Panel."
- Set "Automatically hide the panel" to "Never."
- Row Size (pixels): Can be at, or between, 24px to 32px; If your are using the GTK2 version of the XFCE panelbar, use even numbers for the row size since odd number row sizes will cause icon scaling issues for launcher buttons and status icons.
- Number of rows can be 1 or 2. 2 looks nice if you want a wide panelbar.
- Length will be 100%.
2019-05-15 03:27:49 +02:00
#### Step 2: Setting the panelbar appearance
- In the Appearance tab set the background style to "None (use system style.)"
- Disable the icons setting "Adjust size automatically" (*this option is not present for the GTK2 panelbar*)
- Set "Fixed Icon Size" to 16. (*this option is not present for the GTK2 panelbar*)
*Note: For GTK2 panelbar users, if you want to adjust the icon scaling of your launcher buttons, see [Launcher button icon scaling](#button_scale)*
2019-05-15 03:27:49 +02:00
#### Step 3: Adding panelbar plugins
Open the XFCE settings manager > Panel > Items
Here's an organized list for the panel Items plugin layout.
1. Application Menu or Whisker Menu; (*If you've set your panelbar row number to 1, then set the application / whisker menu button to display only the icon. If you've set your panelbar row number to 2, then set the application menu button to display only the title without the icon.*)
2. Separator (*Handle Style*);
3. Custom Launchers can go here to resemble the quick launch toolbar from Windows.;
4. “Show Desktop” plugin;
5. Separator (*Handle Style*);
6. Window Buttons (*Uncheck "Show button labels," "Show flat buttons," and "Show Handle;" Sorting Order: None; Window grouping: Never*);
7. Separator (*Transparent with Expanding enabled*);
8. Separator (*Handle Style*);
9. Indicator Plugin and Notification Area plugin (*19px max icon size preferred; also uncheck "Show frame"*);
10. If you set the panelbar row number to 1, you'll might want to go without a panelclock. Orage Panel Clock or the normal panel clock plugin will look nice. (*If using Orage, enable check box “Show frame” and replace the text in “Line 1” with %H:%M %p.*)
[[Return to Index]](#index)
---
<a name="start_buttons"/>
2019-01-13 19:12:32 +01:00
## Start Buttons
2019-01-13 19:06:40 +01:00
The following steps will guide you through setting up a MS Windows 95 themed "Start" button.
Something to keep in mind, the Whisker Menu plugin is now GTK3 since XUbuntu 18.04. The Application Menu plugin as of XUbuntu 19.04 is GTK3.
Open the XFCE settings manager > Panel > Items tab > Double click the Whisker / Application menu item in the item list; alternatively you can also access their settings menu by right clicking the icon from he panelbar and selecting "properties."
- In the Whisker / Application properties menu click the icon option (*This will appear as the icon badge on your start button that's currently in use.*)
- In the "Select An Icon" window, navigate to `/home/$USER/.themes/Chicago95/misc` (*with $USER being your username.*) You may have to click the pull-down menu from "Select icon from" and then select "Image Files" so that you can navigate to a custom icon on your filesystem. You may also have to enable the filechooser to display hidden files. (*Press Ctrl+h to toggle this setting.*)
`misc/` contains simple small icon badges in two sizes.
....`misc/GTK2 start buttons/` contains start buttons that are used for the GTK2 version of the Whisker / Application Menu plugin.
....`misc/Legacy GTK3 start buttons/` contains start buttons that were used for an older GTK3 version of the Whisker / Application Menu plugin.
*Note: The smallest optimal panel row size for this theme is 24 pixels. If your panel is below that size, you will encounter icon scaling issues.*
[[Return to Index]](#index)
---
<a name="add_enhance"/>
2019-01-13 19:12:32 +01:00
## Additional Enhancements
2019-01-13 19:06:40 +01:00
This section of the guide contains additional enchancements that can be made to improve the theme. These are all optional and might require some advanced knowledge of operating your system.
<a name="button_scale"/>
2019-05-15 03:30:59 +02:00
### [ Launcher button icon scaling ] (advanced)
(Note: This step shouldn't be neccesary for the GTK3.24 version of the XFCE panelbar as-seen from XUbuntu 19.04. This only applies to the GTK2 version as-seen in XUbuntu 18.04.)
2019-05-15 03:18:55 +02:00
This might be a little complicated since it's more of a work-around than a good solution. I tried making this as simple as possible where you can just adjust configurations in a file. If there are questions or issues with the following instructions, open a ticket and I'll try to walk you through it.
If you want to force 16x16px icons in the launcher buttons, you can do this through the theme by editing the panel.rc file where there are commented options for icon scales.
- Open a text editor and navigate to `/home/$USER/.themes/Chicago95/gtk-2.0/panel.rc` (with $USER being your username.)
- Move to line 250 of the file where you will see a section specified for Launcher buttons.
Example steps: You will first need to determine your current panel bar row size since the launcher button icon padding is determined by the vertical size of the panel bar.
- Open the XFCE settings manager > Panel
- Verify the "Row Size (pixels)". (Lets say that it's 38 pixels for this example.)
- Return back to the text editor and locate the line comment that is specifying your panel bar row size. (38px height panel for this example is on line 284.)
- Delete the "#" pound comment character in front of the xthickness and the ythickness values for the specified panel bar size.
- Now Insert a "#" pound comment character in front of the xthickness and the ythickness values of the previous default selection, which is for a 24px height panel.
- Save the file and reload the xfce panel bar. You can run `xfce4-panel -r` in a terminal to reload the panel.
Note: Even numbered panel bar row sizes seem to work best. If your panel bar row size is "29px" for example, the launcher icons may not scale correctly.
If you use a vertical deskbar, you could add a second row from the panel properties menu to organize the launcher buttons into rows. This would have a more organized effect.
[[Return to Index]](#index)
2019-05-15 03:52:42 +02:00
<a name="thunar"/>
2019-05-15 03:53:32 +02:00
### [ Thunar status indicator ]
2019-05-15 03:52:42 +02:00
The thunar status indicator can be modified on line 57 in `/home/$USER/.themes/Chicago95/gtk-3.24/apps/thunar.css`. The line will appear as `background-image: url("../assets/status_badge_tux.png");`
You can modify the background-image name with three of the following images.
- status_badge_msw.png
- status_badge_tux.png
- status_badge_xue.png
If you want to disable the background image you can delete the line as well as line 52 which sets the background colour.
[[Return to Index]](#index)
<a name="config_qt5ct"/>
2019-01-13 19:12:32 +01:00
2019-05-15 03:30:59 +02:00
### [ QT5 theme configration with qt5ct ] (advanced)
2019-01-13 19:06:40 +01:00
The following steps are written from the XUbuntu desktop. These will vary on other distributions.
You can use qt5ct for further modifying qt5 application themes to resemble the GTK theme. To set this up you can install qt5ct.
sudo apt install qt5ct
After installing qt5ct you will have to configure an environment variable so that the QT platform theme calls on qt5ct and not GTK. Navigate to `/etc/X11/Xsession.d/` and search for a file named `56xfce4-qtconfig`. This may or may not be present depending on your distribution and it may be under a different name (for XUbuntu the file name is `56xubuntu-session.`) If this file is not present, then you could try adding `QT_QPA_PLATFORMTHEME=qt5ct` to the `/etc/environment` file.
- Open `/etc/X11/Xsession.d/56xubuntu-session` (or 56xfce4-qtconfig) in a text editor as root or sudo elevation.
- There will be a line with the following "# QT5 apps to use GTK style" and below that the variable `export QT_QPA_PLATFORMTHEME=gtk2`
- Change the variable to `export QT_QPA_PLATFORMTHEME=qt5ct` and save changes made.
Now lets copy the Chicago95 QT5 color palette.
- Copy the Qt colour scheme file from `Chicago95-master/Extras/Chicago95_qt.conf` to `/usr/share/qt5ct/colors`. If the directory path doesn't exist, them make it. (mkdir -p /usr/share/qt5ct/colors)
- Log out then log back in.
Once you are logged back into your desktop you can access `Qt5 Settings` (or run `qt5ct` from a terminal.)
- In the QT5 Settings window adjust the style dropdown to "Windows."
- For the Palette Color scheme adjust the setting to `Custom`
- From the Color scheme dropdown select Chicago95_qt. This will make the colour scheme match the Chicago95 theme.
- In the Icon Theme tab you can select the Chicago95 icon theme here.
- In the Fonts tab you can select the fonts to be used in QT applications. (Liberation Sans 8 for a general font looks nice.)
- Click "Apply" to apply adjustments and OK to finish.
[[Return to Index]](#index)
<a name="gtk_scroll"/>
2019-05-15 03:30:59 +02:00
### [ GTK Overlay Scrollbars ]
Note: You may have to enable `view hidden folders` in your file manager to see hidden files.
GTK Overlay Scrollbars can be disabled from the `.xsessionrc` file located in the `Chicago95-master/Extras/override` folder.
Copy the .xsessionrc file into your user directory `/home/$USER/` or append the contents if you already have a .xsessionrc file.
Log out then log back in.
<a name="desktop_shadow"/>
2019-05-15 03:30:59 +02:00
### [ Desktop Shadow effects ]
Disable shadows in compositing for an authentic appearance, or at the very least disable “show shadows under dock windows” to prevent dark shading from the panel bar overlapping onto maximized applications.
- Open the XFCE settings manager > Window Manager Tweaks > Compositor tab
- Uncheck "Show shadows under pupup windows."
- Uncheck "Show shadows under dock windows."
- Uncheck "Show shadows under regular windows."
2019-08-03 20:22:04 +02:00
If using the compton compositor, copy the `compton.conf` file inside the Extras folder to `~/.config/compton/compton.conf` (or for system-wide install, `/etc/xdg/compton.conf`).
<a name="desktop_color"/>
2019-05-15 03:30:59 +02:00
### [ Desktop background color ]
If you want to use the default Windows 95 gray instead of a background image, right click the desktop and select Desktop Settings. On the Background tab, set "Color" to "Solid color", and for the first color picker set "Color name" to #008080. Disable the background image by setting "Style" to "None".
<a name="desktop_icons"/>
2019-05-15 03:30:59 +02:00
### [ Desktop icon effects (text shadows and label backdrop ) ] (advanced)
Some options seen in the following steps may not be present across all versions of the XFCE desktop environment and can vary between different Linux distributions. To find which version of xfdesktop you are running you can run `xfdesktop --version` from a terminal.
2019-05-15 03:30:59 +02:00
#### xfdesktop 4.13.3
If you want to change the icon label backdrop colour or text colours, you'll have to edit the gtk.css theme file located in `/home/$USER/.themes/Chicago95/gtk-3.24/`.
2019-05-15 03:27:49 +02:00
- Label backdrop colours can be modified on line 103 for "xfd_icon_backdrop."
- Text color can be modified from line 104 for "xfd_icon_text."
- You can use CSS colour properties. After any changes are made log out then log back in.
2019-05-15 03:30:59 +02:00
#### xfdesktop 4.12.3
If you want to change the icon label backdrop colour, text colours, or highlight colours you'll have to edit the gtkrc theme file located in `/home/$USER/.themes/Chicago95/gtk-2.0/`.
2019-05-15 03:27:49 +02:00
- Text shadows can be modified from lines 553 to 559. These are currently commented out with "#."
- Label backdrop colours can be modified on line numbers 565 to 570.
- You can use CSS colour properties. After any changes are made log out then log back in.
<a name="cursors"/>
2019-05-15 03:30:59 +02:00
### [ Cursors ]
To install the cursors theme copy the folders in `Cursors` to `/usr/share/icons` (for system-wide install) or `~/.icons` (for user only install.)
In XFCE select Settings -> Mouse and Touchpad. Click on 'Icons' and select `Chicago95`.
*Note: If you copied the icons to `/usr/share/icons` you may have to log out or reboot your system before the cursor theme is available.*
2019-07-03 16:11:16 +02:00
<a name="ms_sans_serif"/>
2019-07-03 16:11:16 +02:00
### [ MS Sans Serif font ]
2019-07-04 05:37:41 +02:00
For an authentic Windows 95 feel, you can use the original MS Sans Serif font. To do this, you will need a copy of the C:\Windows\Fonts\micross.ttf file from any modern Windows computer (this font is titled "Microsoft Sans Serif Regular").
2019-07-03 16:11:16 +02:00
#### Single-user install: ####
2019-07-04 05:37:41 +02:00
- Create a folder `ms_sans_serif` inside the `~/.fonts/truetype/` directory
- Copy `micross.ttf` to the newly-created folder
- Copy the file `Extras/99-ms-sans-serif.conf` to your home directory `~` and rename it `.fonts.conf`
2019-07-03 16:11:16 +02:00
- Update the font cache by running `sudo fc-cache -f -v`
2019-07-03 16:11:16 +02:00
#### System-wide install: ####
2019-07-04 05:37:41 +02:00
- Create a folder `ms_sans_serif` inside the `/usr/share/fonts/truetype/` directory
- Copy `micross.ttf` to the newly-created folder
2019-07-03 16:11:16 +02:00
- Copy the file `Extras/99-ms-sans-serif.conf` to `/etc/fonts/conf.d`
- Update the font cache by running `sudo fc-cache -f -v`
To set the main font for the entire system, open the XFCE settings manager > Appearance > Fonts tab. Set the "Default font" to Microsoft Sans Serif, style Regular, size 8.
To set the title bar font, open the XFCE settings manager > Window Manager > Style tab. Set the "Title font" to Microsoft Sans Serif, style Regular, size 8.
Finally, set the font for the Orage panel clock by right-clicking the panel clock, selecting Properties, then next to Line 1, change the font to Microsoft Sans Serif, style Regular, size 8. Inside the Line 1 box, add two spaces before and after the value in the box, to apply some spacing.
[[Return to Index]](#index)
<a name="terminal_fonts"/>
2019-05-15 03:30:59 +02:00
### [ Bash terminal Fonts ]
Copy the folder `Fonts/vga_font` to `~/.fonts/truetype/` if the `.fonts/truetype` folder doesn't exist just create it before you copy the files.
Update your font cache: `sudo fc-cache -f -v`
2019-08-03 20:22:04 +02:00
In xfce-term preferences, go to the Appearance tab and select the font `Less Perfect DOS VGA` or `More Pefect DOS VGA`, size 12. For better readability, uncheck "Allow bold text".
If desired, you can use an MS-DOS style cursor by going to the General tab, setting "Cursor shape" to "Underline" and checking the box for "Cursor blinks".
[Click here](https://int10h.org/oldschool-pc-fonts/fontlist/) for more classic fonts.
<a name="terminal_themes"/>
2019-05-15 03:30:59 +02:00
### [ Terminal themes ]
2019-05-15 03:30:59 +02:00
#### Bash terminal MS-DOS theme
Copy the file `Extras/Chicago95.theme` to `~/.local/share/xfce4/terminal/colorschemes` (create the colorschemes folder if it doesn't exist: `mkdir .local/share/xfce4/terminal`).
Under preferences in xfce-term select 'Colors.' Under `Presets` you should see `Chicago 95`.
To get the MS-DOS `C:\>` prompt and startup message add the contents of `Extras/DOSrc` to your `.bashrc` file: `cat Extras/DOSrc >> ~/.bashrc`.
To get MS-DOS Prompt title, go to the Preferences prompt and change title to MS-DOS Prompt and select isn't displayed on The Dynamically-Set Title
2019-05-15 03:30:59 +02:00
#### oh-my-zsh MS-DOS theme
Copy the file `Extras/Chicago95.zsh-theme` to `~/.oh-my-zsh/themes` (if you have changed your `.oh-my-zsh` config location, put the theme in that folder). In your `.zshrc` change your theme to Chicago95.
This will add the MS-DOS prompt. You will get a C prompt by default. If the previous command had an exit code other than 0 you will get an F prompt. If you are in a git repository you will git a G prompt, followed by the branch (in yellow) and the status (clean in green, dirty in red).
To get the startup message, add the contents of `Extras/ZSHDOSrc` to your `.zshrc` file: `cat Extras/ZSHDOSrc >> ~/.zshrc`.
[[Return to Index]](#index)
<a name="startup_sound"/>
2019-05-15 03:30:59 +02:00
### [ Windows 95 login startup sound ]
2019-08-03 20:22:04 +02:00
First, ensure that the SoX program is installed by running: `sudo apt install sox`
Then, copy the file `Extras/Microsoft Windows 95 Startup Sound.ogg` to `/home/$USER/.themes/Chicago95/misc/Microsoft Windows 95 Startup Sound.ogg` or where ever you want.
2019-05-15 03:30:59 +02:00
#### XFCE
- Open XFCE Settings Manager > Session and Startup > Application Autostart tab
- Add a new entry
- Give it a name and a command similar to the following: `play /home/$USER/.themes/Chicago95/misc/Microsoft\ Windows\ 95\ Startup\ Sound.ogg`
2019-05-15 03:30:59 +02:00
#### LXDE
- Create the file `./config/autostart/chicago95.desktop` with the following contents:
```
[Desktop Entry]
Type=Application
Name=Chicago95 Chime
Comment=The Windows 95 startup sound
Exec=sh -c 'play /home/$HOME/.themes/Chicago95/misc/Microsoft\ Windows\ 95\ Startup\ Sound.ogg'
OnlyShowIn=LXDE
2019-03-29 00:31:28 +01:00
```
[[Return to Index]](#index)
2019-03-29 00:31:28 +01:00
---
<a name="hidpi"/>
## HiDPI
There is only partial HiDPI support but it works pretty well
2019-03-29 00:57:05 +01:00
#### Appearance settings
- Increase DPI from 96 to 192
- *(Optional)* Increase default font from Sans 8 to Sans 9
2019-03-29 00:31:28 +01:00
#### Replace xfwm4 theme with HiDPI version
Use HiDPI theme
mv ~/.themes/Chicago95/xfwm4 ~/.themes/Chicago95/xfwm4_lodpi
mv ~/.themes/Chicago95/xfwm4_hidpi ~/.themes/Chicago95/xfwm4
#### Replace configs with HiDPI version
Make GTK2 buttons bigger
sed -i 's/#include "button.rc"/include "button.rc"/' ~/.themes/Chicago95/gtk-2.0/gtkrc
Increase taskbar size
cp ~/.gtkrc-2.0 ~/.gtkrc-2.0.bak
cp Chicago95-master/Extras/hidpi/.gtkrc-2.0 ~/.gtkrc-2.0
#### Adjust settings for HiDPI
Make GTK icons bigger
xfconf-query -c xsettings -p /Gtk/IconSizes -s "gtk-large-toolbar=32,32:gtk-small-toolbar=24,24:gtk-menu=32,32:gtk-dialog=88,88:gtk-button=32,32:gtk-dnd=32,32"
Increase icon size in Thunar File Manager
xfconf-query -c thunar -p /shortcuts-icon-size -s "THUNAR_ICON_SIZE_SMALL"
xfconf-query -c thunar -p /tree-icon-size -s "THUNAR_ICON_SIZE_SMALLER"
2019-03-29 01:27:36 +01:00
Increase icon size on desktop
xfconf-query -c xfce4-desktop -p /desktop-icons/icon-size -s 64
2019-05-15 03:22:42 +02:00
#### Cursor theme
2019-03-29 01:15:48 +01:00
The cursors in the theme do not support HiDPI but [Hackneyed](https://www.gnome-look.org/p/999998/startdownload?file_id=1549578280&file_name=Hackneyed-48px-0.7.2-right-handed.tar.bz2&file_type=application/x-bzip2&file_size=49921) is a good alternative. Download and extract to `~/.icons` and select it in Mouse settings.
2019-03-29 00:31:28 +01:00
#### Panelbar tweaks
2019-03-29 01:53:43 +01:00
- Set panel row size to 48
2019-03-29 00:31:28 +01:00
- Application Menu: Check show button title and set it to 𝗦𝘁𝗮𝗿𝘁 (copy+paste)
- Notification Area: Set maximum icon size to 32
- Indicator Plugin: Check square icons
- Status Notifier Plugin: Set maximum icon size to 32
2019-03-29 00:57:05 +01:00
- *(Optional)* Orage Panel Clock: Set width to 144 and font to Sans 9
2019-07-03 16:11:16 +02:00
[[Return to Index]](#index)