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

Support for spaceline? #2

Open
Sbozzolo opened this issue Oct 27, 2018 · 3 comments
Open

Support for spaceline? #2

Sbozzolo opened this issue Oct 27, 2018 · 3 comments

Comments

@Sbozzolo
Copy link

I use spaceline with the following configuration:

    (use-package spaceline
      :config
      (require 'spaceline-config)
      (spaceline-spacemacs-theme)
      (setq spaceline-buffer-encoding-abbrev-p nil)
                                            ;(setq spaceline-line-column-p nil)
      (setq spaceline-line-p nil)
      (setq powerline-default-separator (quote arrow))
      (line-number-mode 1)
      (column-number-mode 1)
      (display-time-mode 1)
      (setq display-time-24hr-format t)
      ;; (setq display-time-format "%H:%M - %d %B %Y")
      (setq display-time-default-load-average nil)
      (use-package fancy-battery
        :config
        (setq fancy-battery-show-percentage t)
        (setq battery-update-interval 15)
        (if window-system
            (fancy-battery-mode)
          (display-battery-mode)))
      (spaceline-spacemacs-theme)
      )

(parrot-mode) doesn't seem to have any effect here.

@dp12
Copy link
Owner

dp12 commented Nov 1, 2018

If you're using spaceline, I believe you may have to manually apply the changes in this fork's commit dp12/spaceline@f0dff94
to your spaceline installation, as described in the README.

I'll try to see if I can get parrot into the mainstream spaceline repo so this manual patching isn't required.

@Opimenov
Copy link

before I applied patch on each use of the parrot and get an error message.
patching with provided commit got rid of the error message however parrot icon still does not show up. Any suggestions of what could be going on?

@psionic-k
Copy link

Works with doom modeline 🤷‍♂️ It's as simple as finding the way to customize your modeline and adding (parrot-create) That's what doom modeline does. Please push anything upstream to your modeline if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants