Skip to content
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

v2.1.4 #130

Merged
merged 4 commits into from
Jul 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,19 @@ rm -fr synth-shell


### status.sh
Provides a report of your system status at one glance everytime you open a
new terminal. If it detects that any parameter (e.g. system load, memory, etc.)
is over a critical threshold, it will provide a warning and additional
information to identify the culprit. I also plot a configurable logo, so
you may impress your crush from the library with your unique ASCII art.
Provides a summarized system report in a single glance everytime you open up a
new terminal. If it detects that any system parameter (e.g. cpu load,
memory, etc.) is over a critical threshold, it will provide a warning and
additional information about the cause. Last but not least, it also prints an
user configurable logo such that you may impress your crush from the library
with some awesome ASCII art.


### fancy-bash-prompt.sh
Adds colors and triangular separators to you bash prompt. The triangles are
placed in an overlaping pattern to avoid accidental cuts if you were to touch
them.
Adds colors and triangular separators to you bash prompt.
For best results, consider installing (and telling your terminal to use)
the `hack-ttf` font alongside the powerline-fonts (the later is required for
the separators).



Expand All @@ -127,13 +129,12 @@ If you like this project and want to contribute, you are most welcome to do so.

* [Report a bug](https://github.com/andresgongora/synth-shell/issues/new/choose):
if you notice that something is not right, tell us. We'll try to fix it ASAP.
* Suggest an idea you would like to see in the next release: send us
and email or open an [issue](https://github.com/andresgongora/synth-shell/issues)!
* Become a developer: fork this repo and become an active developer!
Take a look at the [issuess](https://github.com/andresgongora/synth-shell/issues)
Take a look at the [issues](https://github.com/andresgongora/synth-shell/issues)
for suggestions of where to start. Also, take a look at our
[coding style](coding_style.md).
* Do you have an idea that you would like to see in the next release? Send us
and email or open an [issue](https://github.com/andresgongora/synth-shell/issues/new/choose)
with your suggestion!



Expand Down
1 change: 1 addition & 0 deletions synth-shell/status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ printInfoGPU()
s/Graphics//g;
s/Family//g;
s/Inc.//g;
s/Integrated Controller/IC/g;
s/,//g;
s/Technology//g;
s/Mobility/M/g;
Expand Down