summaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | We need to always evaluate the path for the home/folder icon mechanism to ↵Dominik Ritter2015-11-281-1/+1
| | | | | | | | work correctly.
* | In Awesome-Mode either print a home-icon or a folder icon, depending in ↵Dominik Ritter2015-11-281-1/+8
| | | | | | | | which directory the user is.
* | Merge pull request #153 from Tritlo/custom_stringBen Hilburn2015-11-251-2/+23
|\ \ | | | | | | 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-221-2/+23
| | |
* | | 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
| | |/ | |/|
* | | 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-211-1/+1
|\ \ \ | |/ / |/| | 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-191-1/+1
| |/
* | 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
| |
* | Used typeset to define the local array. This does the trick on linux.Dominik Ritter2015-11-171-2/+2
| |
* | Added a mechanism to make deprecated segments visible to the user.Dominik Ritter2015-11-171-0/+8
| |
* | Merge pull request #142 from dritter/rust_versionBen Hilburn2015-11-161-0/+9
|\ \ | | | | | | Added Rust version segment.
| * | Add an Identifier to version.Dominik Ritter2015-11-161-1/+1
| | |
| * | Add segment for rust version.Dominik Ritter2015-11-161-0/+9
| | |
* | | Huge performance improvement if you use `rvm` segment.Dominik Ritter2015-11-161-4/+7
|/ / | | | | | | Thanks to @rjorgenson for the hint.
* | Merge branch 'master' into nextBen Hilburn2015-11-131-1/+16
|\|
| * Get terminal capabilities using a zsh builtin for portabilityStéphane Dupille2015-11-131-1/+1
| |
| * Issue #131: This fixes history-substring-search, home and end keys.Dominik Ritter2015-11-121-0/+15
| |
* | Bugfix for prezto: In prezto the theme gets called by function (via zstyle). ↵Dominik Ritter2015-11-071-2/+14
| | | | | | | | In that case we hardcode the path to the theme as there seems no way to find the location so that we can source our other functions.
* | If the theme-file is linked, dereference that link and source the right ↵Dominik Ritter2015-11-041-4/+12
| | | | | | | | functions.
* | Extracted color functions to a separate file.Dominik Ritter2015-10-241-0/+6
| |
* | Extracted VCS-hooks into a separate file.Dominik Ritter2015-10-241-138/+63
| |
* | Extracted icons into a separate file.Dominik Ritter2015-10-241-173/+2
| |
* | Renamed "power-utilities.zsh" to just "utilities.zsh".Dominik Ritter2015-10-241-1/+1
| |
* | Merge branch 'next' into color_detectionDominik Ritter2015-10-221-16/+129
|\ \
| * | Merge branch 'master' into nextBen Hilburn2015-10-221-2/+2
| |\|
| | * Merge pull request #123 from martinpelikan/masterBen Hilburn2015-10-221-1/+1
| | |\ | | | | | | | | Fixes #122, SI prefixes should be evaluated as strings.
| | | * Fixes #122, SI prefixes should be evaluated as strings.Martin Pelikan2015-10-181-1/+1
| | | |
| | * | Rephrasing of error message when TERM not 256 colorDaniel Gordon2015-10-191-1/+1
| | |/ | | | | | | | | | | | | - Literal command to be added is highlighted in blue - Now beginners won't try to add an incorrect command to ~/.zshrc
| * | Merge pull request #126 from rjorgenson/nextBen Hilburn2015-10-221-0/+74
| |\ \ | | | | | | | | added a prompt segment to display battery status on laptops
| | * | fixed some edge cases I ran into during usage of the linux segmentrjorgenson2015-10-191-2/+7
| | | |
| | * | added time remaining support to battery segment on Linuxrjorgenson2015-10-191-0/+4
| | | |