dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

[BUG] After update to 2.9.7.1 many modules doesn't work (waybar, hyprshade, waypaper)

Open Fedex159 opened this issue 2 months ago • 26 comments

Describe the bug After update from 2.9.7.0 to 2.9.7.1 some modules are not working anymore.

  • Waybar won't autostart
  • Waypaper error module in terminal
  • Hyprshade script error module in terminal

To Reproduce Steps to reproduce the behavior:

  1. Go to dotfiles/.config/scripts/
  2. Execute hyrpshade.sh
  3. See error in terminal (similar error with waypaper)

Error

Traceback (most recent call last):
  File "/usr/bin/hyprshade", line 5, in <module>
    from hyprshade.cli import main
ModuleNotFoundError: No module named 'hyprshade'
:: hyprshade is not running
Traceback (most recent call last):
  File "/usr/bin/hyprshade", line 5, in <module>
    from hyprshade.cli import main
ModuleNotFoundError: No module named 'hyprshade'
Traceback (most recent call last):
  File "/usr/bin/hyprshade", line 5, in <module>
    from hyprshade.cli import main
ModuleNotFoundError: No module named 'hyprshade'
Traceback (most recent call last):
  File "/usr/bin/hyprshade", line 5, in <module>
    from hyprshade.cli import main
ModuleNotFoundError: No module named 'hyprshade'
:: hyprshade started with 

Expected behavior

  • Waybar should auto start if is enable
  • Hyprshade should be enable when toggle is true or the script is execute
  • Should see the wallpaper in my desktop

Screenshots

imagen

imagen

imagen

Distribution (please complete the following information):

  • Arch Linux 6.12.6-arch1-1
  • Nvidia

Fedex159 avatar Dec 22 '24 16:12 Fedex159