HyDE-Project / Hyde-cli

A HyDE CLI, wrapper, tweaks , workarounds, and more!
https://github.com/prasanthrangan/hyprdots
GNU General Public License v3.0
102 stars 8 forks source link

bug: HyDE theme next stops at last theme. #93

Closed YuvanMichaelVivenzi closed 3 days ago

YuvanMichaelVivenzi commented 6 days ago

Did you check docs and existing issues?

Hyde version

Latest as of 02:12 PM IST v0.6.0-4-ga809d66

Operating system/version

Arch

Describe the bug

stops at Ice Age (last theme) and starts back up with MacOS (first theme) but doesn't change anything unless rofi is used

Steps To Reproduce

Run Hyde theme next till Ice Age theme and try again.

Expected Behavior

Change themes like normal.

kRHYME7 commented 6 days ago

This command only calls themeswitch.sh n so can you run it and catch any errors.

YuvanMichaelVivenzi commented 5 days ago

The issue is that I use "Hyde theme next" to get a new theme at every startup. But when I reach the end of the theme list, It switches to the starting one that's MacOS and wallpaper doesn't change only waybar and cursor seem to change.

YuvanMichaelVivenzi commented 5 days ago

An issue with my dotfiles? >> https://github.com/YuvanMichael/HyDE-dotfiles

YuvanMichaelVivenzi commented 5 days ago

./themeswitch.sh -n works fine as well as Hyde theme next in a terminal. Maybe an Hyprland thing? idk, maybe my fault. themechange.sh manages theming.

YuvanMichaelVivenzi commented 5 days ago

The issue fixed itself lol

kRHYME7 commented 5 days ago

Uhm, are you spamming it? the wallpaper script will exist if an existing process is running

YuvanMichaelVivenzi commented 3 days ago

Uhm, are you spamming it? the wallpaper script will exist if an existing process is running

I don't understand

YuvanMichaelVivenzi commented 3 days ago

It took like 2 reboots or so, but for some reason, once I ran them from the terminal "myself manually" it somehow worked even later on without my intervention.

kRHYME7 commented 3 days ago

Sorry very sleepy. I meant the wallpaper script will exit when another instance of it is already running. Which means spamming/pressing the keybind multiple times might cause this error.

YuvanMichaelVivenzi commented 3 days ago

Oh, right, since I have a new theme on every startup and with keybinds as well that might explain the issue. Thanks!