Jas-SinghFSU / HyprPanel

A Bar/Panel for Hyprland with extensive customizability.
MIT License
890 stars 64 forks source link

Theme isn't loading at first boot #451

Open LifeLovesYou opened 1 week ago

LifeLovesYou commented 1 week ago

Describe the bug It looks like HyprPanel's theme isn't setting correctly on the system's first boot, when using exec-once = ags I have to manually use pkill ags then ags again in a terminal or restart hyprland after the system has booted.

To Reproduce Reboot your system or start it after it was turned on.

Expected behavior The theme should be applied

Screenshots image image

Desktop (please complete the following information):

Additional context None

rozodru commented 1 week ago

having the exact same issue on Nobara/Fedora 40, says missing dependencies sass but sass is installed. have to pkill ags and then manually launch ags and it works. exec once = ags results in the same as above

Jas-SinghFSU commented 1 week ago

Can you install nodejs and do

npm i -g sass

Then try again? I feel like there's an issue with installing sass via bun where it doesn't set the path correctly and node might.

rozodru commented 1 week ago

Can you install nodejs and do

npm i -g sass

Then try again? I feel like there's an issue with installing sass via bun where it doesn't set the path correctly and node might.

this fixed it for me on Nobara/Fedora 40. just tested and it works on reboot.

LifeLovesYou commented 6 days ago

Can you install nodejs and do

npm i -g sass

Then try again? I feel like there's an issue with installing sass via bun where it doesn't set the path correctly and node might.

this fix worked, thank you !