-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Glanceable - Fixed layer spacing Adjusted spacing between the layer indicator and the printer status as they slightly overlaped. * Garbz Theme Index * New Theme "Focus" A new theme modified from the NOX theme but with a focus on critical values, and with large horizontal and circular progress bars. * BigFingers settings hitbox incresaed Changed size of the hitbox around settings icon to make easier to hit. * Fix duplication error * Added Link to NOX theme * Performance Warning * Focus: Fixed centering on percent
- Loading branch information
Showing
17 changed files
with
888 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Focus theme v0.1 | ||
|
||
This theme is based on the classy [NOX theme](../../NOX/) by NoxHirsch and has been modified to Focus on highlighting the most important information for a user. The goal was to create a theme that could easily be read from a distance. Some of the features are listed below: | ||
* High contrast display of relevant information (e.g. print time, temperature) | ||
* Low contrast display of all other info (e.g. units, time elapsed) | ||
* Large horizontal and vertical progress bars readable from a distance. | ||
* Large print time remaining indicators | ||
* Pre-printing screen highlighting buttons. | ||
* Full screen menus and adjustments with coloured backgrounds for context. | ||
* Red highlighting of error messages | ||
|
||
To install copy the custom-styles.css file into the octodash config folder: | ||
``` | ||
~/.config/octodash/custom-styles.css | ||
``` | ||
|
||
Please note: This theme like the theme it was based on makes use of more CSS effects than the default theme and does not perform as smoothly on under powered hardware such as older Raspberry Pis. If you have a problem with Octodash performance please try using the default theme before reporting any issues. This theme performs well on a Raspbery Pi4 with a 7" LCD. | ||
|
||
###### Theme by theGarbz. | ||
|
||
## Screenshots: | ||
|
||
1. Printing with the Horizontal Progressbar: | ||
|
||
![Horizontal Progressbar](screenshots/screenshot_print.png) | ||
|
||
2. Printing with Circular Progressbar: | ||
|
||
![Round Progressbar](screenshots/screenshot_print2.png) | ||
|
||
4. File Selection: | ||
|
||
![File Selection](screenshots/screenshot_fileselect.png) | ||
|
||
5. Pre-print screen: | ||
|
||
![Pre-print screen](screenshots/screenshot_filequeue.png) | ||
|
||
6. Adjustments mid print: | ||
|
||
![Adjustments](screenshots/screenshot_adjust.png) | ||
|
||
7. Errors: | ||
|
||
![Errors](screenshots/screenshot_error.png) | ||
|
||
8. Main Screen: | ||
|
||
![Main Screen](screenshots/screenshot_main.png) | ||
|
||
9. Settings: | ||
|
||
![Settings](screenshots/screenshot_menu.png) | ||
|
||
|
||
|
Oops, something went wrong.