prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland
GNU General Public License v3.0
6.46k stars 765 forks source link

wallbash #435

Closed TheyCallMeSecond closed 10 months ago

TheyCallMeSecond commented 10 months ago

Does wallbash work for you guys recently?

kRHYME7 commented 10 months ago

Hi Yes, it works on my end.

Try to run ~/.config/hypr/scripts/togglewallbash.switch.sh on the terminal maybe we can get something.

TheyCallMeSecond commented 10 months ago

Do you mean wallbashtoggle.sh? It works but it doesn't extract the color... colors don't change when changing wallpaper or theme...

TheyCallMeSecond commented 10 months ago

i think it broke after this commit : https://github.com/prasanthrangan/hyprdots/commit/b64e2819f59987562388473a7e7962cf2cf40589

kRHYME7 commented 10 months ago

Pulled this and it works on my end.

kRHYME7 commented 10 months ago

image image ![Uploading image.png…]()

TheyCallMeSecond commented 10 months ago

its strange...looks like it extracts the wallpapert's color in ~/.config/swww/.cache/themefolder but doesnt work on waybar dunst borders spotify for me

kRHYME7 commented 10 months ago

Have you tried pulling the latest repo ( like no custom changes from your end?) Can you try to run the scripts on the terminal maybe we could get something.

TheyCallMeSecond commented 10 months ago

any specific scripts do you mean? my "~/.config/hypr/scripts" are the latest from repo without any changes ( and ~/.config/hypr/wallbash )

kRHYME7 commented 10 months ago

~/.config/hypr/scripts/wallbashtoggle.sh~/.config/hypr/scripts/swwwallselect.sh eDP-1: 1500x1000, scale: 2, currently displaying: image: /home/khing/.config/swww/Catppuccin-Mocha/evening-sky.png ❯ ~/.config/hypr/scripts/themeselect.sh Selected theme: Catppuccin-Mocha eDP-1: 1500x1000, scale: 2, currently displaying: image: /home/khing/.config/swww/Catppuccin-Mocha/evening-sky.png kitty: no process found ok ❯ ~/.config/hypr/scripts/themeswitch.sh -n Selected theme: Catppuccin-Latte eDP-1: 1500x1000, scale: 2, currently displaying: image: /home/khing/.config/swww/Catppuccin-Mocha/evening-sky.png kitty: no process found ok

Here it also has my terminal ouputs

kRHYME7 commented 10 months ago

just randomly try to see which script gives errors

prasanthrangan commented 10 months ago

my wild guess is that parallel is missing... as i did use parallel to enhance performance! you could try running ./swwwallpaper.sh -n also check if EnableWallDcol=1 gets updated in globalcontrol.sh with wallbashtoggle.sh...

TheyCallMeSecond commented 10 months ago

my wild guess is that parallel is missing... as i did use parallel to enhance performance! you could try running ./swwwallpaper.sh -n also check if EnableWallDcol=1 gets updated in globalcontrol.sh with wallbashtoggle.sh...

:) yes "parallel" was the issue...tnx