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

Simple Bar - Big Sur #14

Closed
bonkaj opened this issue Sep 14, 2020 · 9 comments
Closed

Simple Bar - Big Sur #14

bonkaj opened this issue Sep 14, 2020 · 9 comments
Labels
bug Something isn't working

Comments

@bonkaj
Copy link

bonkaj commented Sep 14, 2020

Hello, I am trying to use simple-bar on Big Sur, and I believe an error is occurring. The top left part of the bar displays the following:
image

@Jean-Tinland
Copy link
Owner

Hi!
I haven't tested simple-bar on Big Sur yet since I haven't installed it and I don't know if I'ill be able to do it before the official release.
I'm planning to switch on Big Sur as soon as it is launched so I will fix this at this time.

I'll let this issue open in the mean time.

@Jean-Tinland Jean-Tinland added the bug Something isn't working label Sep 15, 2020
@bonkaj
Copy link
Author

bonkaj commented Sep 16, 2020

Thank you for responding. Unfortunately, I do not have the skills to help. I appreciate you sharing this software!

@lukebrb
Copy link

lukebrb commented Sep 17, 2020

Also getting some weird "unexpected token const" errors regarding Pywal.js on Big Sur. Otherwise, this is great — thanks for sharing this!

@mikomagni
Copy link
Contributor

@Jean-Tinland have you tested Yabai and SimpleBar on Big Sur? Not in any rush to upgrade till i sort all of my brew packages.

@Jean-Tinland
Copy link
Owner

There has been some issue at start but they were fixed directly in yabai (details here).

I upgraded to Big Sur and with yabai and Übersicht up to date everything is working as expected.

I just need to replicate the Pywal error and fix it if necessary before closing this issue. :)

@Jean-Tinland
Copy link
Owner

@lukebrb I couldn't reproduce your problem.

Does your Pywal.js file looks like something like this?

export const Pywal = {
  cursor: '#d1dbe0',
  number: '#d1dbe0',
  parens: '#BFC3B9',
  result: '#94A4A8',
  comment: '#92999c',
  matched: '#94A4A8',
  function: '#376089',
  operator: '#708C9F',
  variable: '#507495',
  scrollbar: '#708C9F',
  separator: '#708C9F',
  background: '#0a0e0d',
  editorbackground: '#0a0e0d'
}

@mikomagni
Copy link
Contributor

mikomagni commented Nov 22, 2020

@Jean-Tinland I finally did a fresh install of Big Sur, I'm also unable to reproduce the Pywal issue with simple-bar, working correctly.

@Jean-Tinland
Copy link
Owner

Thanks @mikomagni for testing this, I'll close this issue. Feel free to open it again if necessary.

@typkrft
Copy link

typkrft commented Feb 23, 2021

This happened to me. All though this could be a completely different issue. The problem seems to be that the pywal-gen.sh script is literally adding -n to the beginning of my Pywal.js file. Changing echo -n to just echo seems to have resolved it. I am not sure why it's literally adding -n and not just doing what the flag is supposed to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants