aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added ability to join segments together. You always join a segmentDominik Ritter2015-12-162-80/+120
| | | | | | | | with the previous one. Just add "_joined" to the segment name in your `POWERLEVEL9K_LEFT_PROMPT_ELEMENTS`-array. Developers: Be aware that the order of parameters given to left/right_prompt_segment has changed!
* Split up the `status` segment into a `background_jobs`, `root_indicator` and ↵Dominik Ritter2015-12-133-20/+32
| | | | | | `status` segment. This fixes #163
* Merge pull request #154 from dritter/hotfix/utility_function_loadingBen Hilburn2015-12-131-4/+25
|\ | | | | Try to fetch the utility function path automatically
| * The script location should only be set once!Dominik Ritter2015-11-281-2/+0
| |
| * File might be a symlink.Dominik Ritter2015-11-281-0/+5
| |
| * Fallback mechanism is now more robust. If does not matter if the user ↵Dominik Ritter2015-11-281-0/+4
| | | | | | | | specified a file or a directory in `POWERLEVEL9K_INSTALLATION_PATH`.
| * Added more checks to find the installation dir. Now we try to find prezto ↵Dominik Ritter2015-11-281-3/+9
| | | | | | | | automatically and print a nice warning as a fallback.
| * Now the script just returns instead of exiting with an errorcode. The reason ↵Dominik Ritter2015-11-211-1/+1
| | | | | | | | for this is that users can't log in anymore if the specified a wrong path in POWERLEVEL9K_INSTALLATION_PATH and the script `exit`s. With `return` not the whole shell is terminated, so users get an ugly prompt, but are still able to modify .zshrc.
| * The installation path of powerlevel9k is now configurable by setting the ↵Dominik Ritter2015-11-211-1/+3
| | | | | | | | | | | | variable POWERLEVEL9K_INSTALLATION_PATH. The value must be set to the exact location of the powerlevel9k.zsh-theme file (including the file name). This has only effect if you load your theme as a function and your ZSH version is below 5.0.8.
| * For ZSH 5.0.8 `whence -v` tells also the path to the command. In that case ↵Dominik Ritter2015-11-211-3/+9
| | | | | | | | we can use that information to get a proper path to the utility functions.
* | Merge pull request #157 from dritter/battery_reworkBen Hilburn2015-12-131-29/+51
|\ \ | | | | | | Performance improvement of battery segment
| * | By default: set verbose mode on.Dominik Ritter2015-11-251-0/+2
| | |
| * | Added a verbose mode.Dominik Ritter2015-11-251-1/+7
| | |
| * | More structure to the battery segment: Now there is a concept of "states" ↵Dominik Ritter2015-11-251-13/+17
| | | | | | | | | | | | that a battery can have. That makes the code much clearer and users could adjust the colors of these states as they want.
| * | Battery icon is already defined in the icons-array.Dominik Ritter2015-11-241-1/+0
| | |
| * | Pre-Grep the raw data to save some memory and to avoid cluttering up the ↵Dominik Ritter2015-11-241-1/+3
| | | | | | | | | | | | output of `setopt xtrace` too much.
| * | Better code structure.Dominik Ritter2015-11-241-9/+14
| | |
| * | Arithmetics in ZSH 101: If you want to calculate a percentage, multiply the ↵Dominik Ritter2015-11-231-3/+1
| | | | | | | | | | | | numerator with 100 _before_ the devision. With that method there is no need for hacks to convert the numerator into a float.
| * | Better use of test flags.Dominik Ritter2015-11-231-3/+3
| | |
| * | Renamed variable "conn" to "icon_color"Dominik Ritter2015-11-231-8/+8
| | |
| * | Make use of set_default method for better code readability.Dominik Ritter2015-11-231-5/+5
| | |
| * | Performance improvement: Avoid aggregation of data over and over again by ↵Dominik Ritter2015-11-231-6/+7
| | | | | | | | | | | | extracting a local variable.
| * | Performance improvement by calculating the battery percentage with zsh.Dominik Ritter2015-11-231-1/+6
| |/
* | Merge pull request #160 from dritter/home_icon_fixBen Hilburn2015-12-022-1/+11
|\ \ | | | | | | Adding Home / Folder icon for awesome font modes.
| * | We need to always evaluate the path for the home/folder icon mechanism to ↵Dominik Ritter2015-11-281-1/+1
| | | | | | | | | | | | work correctly.
| * | Added a folder icon for "awesome-fontconfig" mode. Thx to @tritloDominik Ritter2015-11-281-1/+1
| | |
| * | In Awesome-Mode either print a home-icon or a folder icon, depending in ↵Dominik Ritter2015-11-282-1/+11
|/ / | | | | | | which directory the user is.
* | Merge pull request #153 from Tritlo/custom_stringBen Hilburn2015-11-253-2/+81
|\ \ | | | | | | Adding a segment that can execute a custom command.
| * | added a segment to be able to display the result of a custom command.Matthías Páll Gissurarson2015-11-223-2/+81
| | |
* | | Merge pull request #155 from dritter/hotfix/go_version_fixBen Hilburn2015-11-251-1/+1
|\ \ \ | | | | | | | | Fix for the GO segment.
| * | | Fix for the GO version.Dominik Ritter2015-11-221-1/+1
| | |/ | |/|
* | | Merge pull request #156 from dritter/node_cleanupBen Hilburn2015-11-251-6/+5
|\ \ \ | |/ / |/| | Cleaning up the `node` segment.
| * | Renamed variable.Dominik Ritter2015-11-221-4/+3
| | |
| * | The `nvm` segment should use the standard node icon (rather than defining an ↵Dominik Ritter2015-11-221-2/+2
|/ / | | | | | | own icon).
* | Merge pull request #152 from Tritlo/battery_fixBen Hilburn2015-11-211-12/+12
|\ \ | | | | | | Battery segment fix and enhancement.
| * | fix some issues with the battery segmentMatthías Páll Gissurarson2015-11-201-12/+12
| | |
* | | Merge pull request #150 from Tritlo/prompt_endBen Hilburn2015-11-212-1/+4
|\ \ \ | |/ / |/| | Add icon for end of left prompt.
| * | added icon to be able to set the end of the prompt explicitlyMatthías Páll Gissurarson2015-11-192-1/+4
| |/
* | Merge pull request #149 from Tritlo/masterBen Hilburn2015-11-181-8/+13
|\ \ | |/ |/| Now allowing the RPROMPT to be on a newline.
| * added variable to have rprompt on the newlineMatthías Páll Gissurarson2015-11-171-8/+13
| |
* | Merge pull request #143 from dritter/segment_deprecation_helpersBen Hilburn2015-11-172-0/+24
|\ \ | | | | | | Added segment deprecation helper
| * | Used typeset to define the local array. This does the trick on linux.Dominik Ritter2015-11-172-3/+4
| | |
| * | Added a mechanism to make deprecated segments visible to the user.Dominik Ritter2015-11-172-0/+23
| | |
* | | Merge pull request #144 from dritter/changelog_additionsBen Hilburn2015-11-171-0/+10
|\ \ \ | |/ / |/| | Added the new rust segment and the changes to the rvm-segment to changelog
| * | Added the new rust segment and the changes to the rvm-segment to changelog.Dominik Ritter2015-11-171-0/+10
|/ /
* | Merge pull request #142 from dritter/rust_versionBen Hilburn2015-11-162-0/+10
|\ \ | | | | | | Added Rust version segment.
| * | Added documentation.Dominik Ritter2015-11-161-0/+1
| | |
| * | Add an Identifier to version.Dominik Ritter2015-11-161-1/+1
| | |
| * | Add segment for rust version.Dominik Ritter2015-11-161-0/+9
| | |
* | | Merge pull request #141 from dritter/improve_rvm_performanceBen Hilburn2015-11-161-4/+7
|\ \ \ | |/ / |/| | Huge performance improvement if you use `rvm` segment.