-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Garbz theme updates #1161
Merged
UnchartedBull
merged 8 commits into
UnchartedBull:master
from
thegarbz:garbz-themeupdates
Nov 9, 2020
Merged
Garbz theme updates #1161
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
b11f6f8
Glanceable - Fixed layer spacing
thegarbz b444b3f
Garbz Theme Index
thegarbz 3cfff4d
New Theme "Focus"
thegarbz b46328a
BigFingers settings hitbox incresaed
thegarbz e480cca
Fix duplication error
thegarbz 48ac302
Added Link to NOX theme
thegarbz abfc903
Performance Warning
thegarbz 11504a5
Focus: Fixed centering on percent
thegarbz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What Pi are you running this theme on? I noticed on the OG Raspberry Pi 3 the blur effect really takes a hit on performance. Might be worth adding as a heads-up here for other users (same would need to be added to the NOX theme then of course).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. I've noticed it wasn't quite as smooth but I didn't know why, and it's not really terrible performance just a little bit of stutter. I'm running on a Raspberry Pi 4. I added a warning commit abfc903
I also fixed a misaligned element in another commit but hopefully we should be finished now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!