Closed nbcservices closed 1 year ago
make sure nerdfonts are installed on system
when ever i login none of the bar icons load there is only dwm-6.4 on the left is this an issue with my internet or what else can it be
You probably skipped #!/bin/dash
which the .sh
files scripted in.
Install dash
Also make sure You are using Iosevka
not Iosevka Nerd Font
Note You can configure default font from here (Don't forget to recompile dwm) Also you can use
font-manager
application to check whether are you using correct font.
Post the output of:
./bar.sh # ~/.config/chadwm/scripts/bar.sh
[!NOTE] After switching to NixOS, I have faced this issue even though I got the requirements I've listed in the above response. Main problem was doing
./bar.sh
would give meno such file or directory
error which makes nonsense! Later on I've understood that It wasn't thebar.sh
that was missing but/bin/dash
thanks to NixOS's superpowers the shebang!#/bin/dash
was causing me a missing file error I've fixed this problem explicitly specifyingdash
to run the script like:dash ~/.config/chadwm/scripts/bar.sh # shebang ignored
when ever i login none of the bar icons load there is only dwm-6.4 on the left is this an issue with my internet or what else can it be