siduck / chadwm

Making dwm as beautiful as possible!
MIT License
2.25k stars 169 forks source link

fix: nixos specific no such file or directory #172

Closed orhnk closed 1 year ago

orhnk commented 1 year ago

I was getting no such file or directory errors in NixOS.

It turns out that the shebang was causing this error.

To address this problem, this PR explicitly tells the OS to execute the script using dash

[!NOTE] this will make it easier to spot people who did not install dash and complaining about the bar is not working

MinePro120 commented 2 months ago

I'd like to propose a different fix for this: change the shebang to #!/usr/bin/env dash and tell me if the issue persists @orhnk.

MinePro120 commented 1 month ago

Test #196 please @orhnk.