alexhulbert / SeaGlass

My dotfiles: theme websites with Pywal, run KDE widgets on Hyprland, achieve background-only transparency on all applications
66 stars 0 forks source link

Having issues changing theming after setup #6

Open SafriXV opened 1 week ago

SafriXV commented 1 week ago

image

Hyprland 0.41.2=1 Firefox 127.0.2-1 Python-pywalfox 2.7.4-1 pywal-16-colors 1.3.5.4-1 (this might the issue)

For some reason, the forked darkreader version managed to change my theme on install but now no longer works.

I've tried:

Note that I skipped the firefox css steps as I have my own css that I'd like to keep.

Any help would be appreciated, thank you!

alexhulbert commented 6 days ago

try running the following commands and post the output of each:

Then, open firefox and hit ctrl+alt+shift+I and send a screenshot of the javascript console.

That should give a clue as to what's going on.

SafriXV commented 6 days ago

` safri ~ /opt/darkreader-pywal/index.js v{"type":"setTheme","data":{"darkSchemeBackgroundColor":"#10071b14","darkSchemeTextColor":"#87838d14"},"isNative":true}

safri ~ cat ~/.cache/wal/colors

10071b

553978

4f3a95

72497b

773592

8348a3

86729e

87838d

4b4554

724CA0

6A4EC7

9862A4

9F47C3

AF60DA

B398D3

c3c1c6

`

ctrl+alt+shift+I doesn't seem to do anything, on the left is the output of Ctrl+Shift+J and on the right Ctrl+Shift+K

Ctrl+Shift+J (left) Ctrl+Shift+K (right) (not sure if this is helpful) image

Ctrl+Shift+Alt+I image

I had to find and enable "remote debugging" there might be other settings I need on or off.