How to make Status Bar font BOLD?
-
SuperDude
- Posts: 223
- Joined: Thu Sep 25, 2014 7:57 pm
How to make Status Bar font BOLD?
Is there a way to make the text shown in the Status Bar displayed in a Bold font?
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How to make Status Bar font BOLD?
You will need a bold font, for example Arial Black.
To change your status bar font to Arial Black:
To change your status bar font to Arial Black:
- Completely Exit Everything.
- Open your %APPDATA%\Everything\Everything.ini
- Change the following line:
to
Code: Select all
status_bar_font=Code: Select all
status_bar_font=arial black - Save changes and restart Everything.
-
SuperDude
- Posts: 223
- Joined: Thu Sep 25, 2014 7:57 pm
Re: How to make Status Bar font BOLD?
Wow, that was fast. Thank you. Worked perfectly.