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

Modularize files and functions #92

Merged
merged 47 commits into from
Dec 16, 2012
Merged

Modularize files and functions #92

merged 47 commits into from
Dec 16, 2012

Commits on Nov 30, 2012

  1. Configuration menu
    Copy the full SHA
    e7ac58a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bee86ba View commit details
    Browse the repository at this point in the history
  3. Replace usages of environment variable checks for 'debug' and 'patche…

    …d font' with function calls
    jfelchner committed Nov 30, 2012
    Configuration menu
    Copy the full SHA
    ad49fe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5138d5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b2ee4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0677cb5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d85659 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2012

  1. Configuration menu
    Copy the full SHA
    ea2c5ae View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2012

  1. Configuration menu
    Copy the full SHA
    cb6673f View commit details
    Browse the repository at this point in the history
  2. Even if this is being run in another shell, it's bad form to potentia…

    …lly trample on a user's environment variables
    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    39809d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4c80f8 View commit details
    Browse the repository at this point in the history
  4. Move concerns about separator configuration into the config.sh file a…

    …nd change the names in preparation for extraction
    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    fc58791 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c129a1b View commit details
    Browse the repository at this point in the history
  6. Remove... what is this a placeholder? Why is this not explicitly call…

    …ed out? Seems to me all items need an extra space on the right?
    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    778aa4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed8e978 View commit details
    Browse the repository at this point in the history
  8. Get rid of all of the 'if first segment' logic and just make it alway…

    …s do the right thing
    
    (Adds a couple too many spaces on the right but we'll fix that in a second)
    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    9ff8279 View commit details
    Browse the repository at this point in the history
  9. Whitespace - Removing tabs

    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    b59d0ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67cfccd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9871b52 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    461c211 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    185606a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4481349 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    962c24b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c2c0f16 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8d9c539 View commit details
    Browse the repository at this point in the history
  18. Whitespace

    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    f19a863 View commit details
    Browse the repository at this point in the history
  19. Rename 'mute_status_check' so that the usage reads more clearly and d…

    …oes not require a comment
    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    10e2974 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2f45623 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    036b3d2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    48f1f01 View commit details
    Browse the repository at this point in the history
  23. Add helpers for 'shell_is_osx' and 'shell_is_linux' since both 'LINUX…

    …' and 'BSD' are technically Linux
    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    6f1673d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e86cbbf View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a4d84e3 View commit details
    Browse the repository at this point in the history
  26. Whitespace

    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    84ba635 View commit details
    Browse the repository at this point in the history
  27. Whitespace

    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    5f91e72 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6213ce9 View commit details
    Browse the repository at this point in the history
  29. Reenable script output

    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    0ff9552 View commit details
    Browse the repository at this point in the history
  30. Refactor so that the segment contents are in their own array and ther…

    …efore immune to spacing issues
    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    a3eff41 View commit details
    Browse the repository at this point in the history
  31. Make sure that if a segment has no output, it's removed from the segm…

    …ent list so that it doesn't show up empty
    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    bf1535e View commit details
    Browse the repository at this point in the history
  32. Fix 'mail_count' in the default theme, which doesn't exist and change…

    … it to 'mail_count_gmail'
    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    292e9e8 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e110a8e View commit details
    Browse the repository at this point in the history
  34. Extract powerline processing logic into its own function to keep the …

    …main function at the same level of abstraction
    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    9e777df View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    305690f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    97d8614 View commit details
    Browse the repository at this point in the history
  37. Remove sourcing of files in the main powerbar.sh which are not being …

    …used by the main process but by segments instead
    jfelchner committed Dec 3, 2012
    Configuration menu
    Copy the full SHA
    decc414 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    dcc44cc View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3ff0f06 View commit details
    Browse the repository at this point in the history