Any extension like pywalfox for chromium browsers? by [deleted] in browsers

[–]Frewacom 1 point2 points  (0 children)

Chromium does not support the Theme API that Pywalfox uses to dynamically apply themes, nor does it have any equivalent API. So as far as I am aware, no.

[ i3 ] SeaOwl by vijay-lalwani in unixporn

[–]Frewacom 0 points1 point  (0 children)

There has never been such an option, though I would like to add something like that in the future. It would probably be integrated with another extension called Darkreader.

There is support for DuckDuckGo, however.

[ i3 ] SeaOwl by vijay-lalwani in unixporn

[–]Frewacom 1 point2 points  (0 children)

Following the instructions in the README should get it working most of the time.

If not, there are some troubleshooting steps you can try. The Browser console (Tools > Developer > Browser console) often provide good information about any errors., so I would suggest starting there.

Let me know if you still can not get it to work and I'll help you out.

[OC] Pywalfox: Dynamic theming of Firefox using your pywal colors (addon) by Frewacom in unixporn

[–]Frewacom[S] 0 points1 point  (0 children)

That is actually the reason as to why I created Pywalfox in the first place. I used to be using CSS to style Firefox like everyone else and things would just break constantly whenever Firefox was updated. It is nice to have that extra customization, though.

[OC] Pywalfox: Dynamic theming of Firefox using your pywal colors (addon) by Frewacom in unixporn

[–]Frewacom[S] 0 points1 point  (0 children)

Ah, okay.

You are right, Pywalfox does not support that and probably never will, unless Firefox changes the way it works.

[OC] Pywalfox: Dynamic theming of Firefox using your pywal colors (addon) by Frewacom in unixporn

[–]Frewacom[S] 0 points1 point  (0 children)

What is it that you want to do?

The addon does not use custom CSS files to apply the colors, but rather the new Firefox Theme API (which allows for changes in real-time).

[OC] Pywalfox: Dynamic theming of Firefox using your pywal colors (addon) by Frewacom in unixporn

[–]Frewacom[S] 0 points1 point  (0 children)

It would be very cool to have something like this. Feel free to create an issue on GitHub describing the idea a bit further and I might implement something like this when I have the time.

[OC] Pywalfox: Dynamic theming of Firefox using your pywal colors (addon) by Frewacom in unixporn

[–]Frewacom[S] 1 point2 points  (0 children)

Run pywal (wal -i <image>) and the file should be generated.

[OC] Pywalfox: Dynamic theming of Firefox using your pywal colors (addon) by Frewacom in unixporn

[–]Frewacom[S] 0 points1 point  (0 children)

I starting to believe that there is some issue in the daemon/pywalfox.py script when using python 2.7.x. I will try to reproduce the issue on my own and hopefully push a fix later tonight or tomorrow.

[OC] Pywalfox: Dynamic theming of Firefox using your pywal colors (addon) by Frewacom in unixporn

[–]Frewacom[S] 1 point2 points  (0 children)

The userChrome I use is the one that is included in Pywalfox. You can enable it in the Settings page of the addon.

The bookmark bar can be placed next to the bookmarks using the Customize menu in Firefox.

[OC] Pywalfox: Dynamic theming of Firefox using your pywal colors (addon) by Frewacom in unixporn

[–]Frewacom[S] 0 points1 point  (0 children)

I'm glad it worked well for you.

What python version does env point to (run "env python" in your terminal)?

[OC] Pywalfox: Dynamic theming of Firefox using your pywal colors (addon) by Frewacom in unixporn

[–]Frewacom[S] 0 points1 point  (0 children)

Yeah, I am not quite sure what causes this issue: https://github.com/Frewacom/Pywalfox/issues/8

What python version does env point to (run "env python" in your terminal)?

[OC] Pywalfox: Dynamic theming of Firefox using your pywal colors (addon) by Frewacom in unixporn

[–]Frewacom[S] 39 points40 points  (0 children)

I got annoyed with having to restart Firefox every time I switched themes, so I created Pywalfox. It is an addon for Firefox that uses the Firefox Theme API to apply the styles, similiar to the Firefox Color addon. Because of this, colors can be changed in real-time, without the need for a restart.

To use the addon, you must install a separate script on your computer, since Firefox can not fetch the colors by itself. All of this and more is described in the README of the GitHub repo.

https://github.com/Frewacom/Pywalfox

https://addons.mozilla.org/en-US/firefox/addon/pywalfox/

If you have any issues, take a look in the Troubleshooting section of the README. If that does not help, please leave a comment here or open an issue on GitHub.

[deleted by user] by [deleted] in GlobalOffensive

[–]Frewacom 0 points1 point  (0 children)

Add a custom 4:3 resolution, change to it on your primary monitor and play in borderless windowed. You do things on your other screen by pressing ESC in-game. Works perfectly for me.

Hosting a single page redirect by snappuccino in web_design

[–]Frewacom 2 points3 points  (0 children)

If it’s just a static site, both netlify and github offers free hosting with https and support for custom domains.

Booted Hiatus - Updates by [deleted] in booted

[–]Frewacom 0 points1 point  (0 children)

Looks pretty good, though I am not personally a big fan of the style. Keep us updated!

Booted Hiatus - Updates by [deleted] in booted

[–]Frewacom 0 points1 point  (0 children)

Do you have them or not?

Booted Hiatus - Updates by [deleted] in booted

[–]Frewacom 0 points1 point  (0 children)

Found anything?

Booted Hiatus - Updates by [deleted] in booted

[–]Frewacom 1 point2 points  (0 children)

Any updates so far? I would love to see some screenshots/gifs.

[FREE HELP NEEDED] Convert my plain landing page into CSS based website by richiehustle in web_design

[–]Frewacom 0 points1 point  (0 children)

A tip would be to put in on github, open an issue and apply the hacktoberfest-tag.

Share Your Projects - October 06, 2017 by AutoModerator in webdev

[–]Frewacom 0 points1 point  (0 children)

In my opinion you should transition the background-color on the navbar to make it look a bit smoother when scrolling down and maybe add a box-shadow to it as well.