OK I have been playing for a few days now and I am starting to get somewhere
spacefm doesn't seem to have text color and the icons all look the same so the default layout makes it easy to click a script and have it run, which I have done. The best solution for this issue I can find it to use a detailed view and turn on file type
view menu > Panel 1 View > Style > Detailed # View details
view menu > Panel 1 View > Columns > Type # View file type
I also could not find an easy way to change the background of spacefm only. So I changed the system wide theme to dark
also easy to do just create a ~/.config/gtk-3.0/settings.ini file with this in it.
Code: Select all
[Settings]
gtk-application-prefer-dark-theme=1
Note: you will have to comment out the line in sfwbar.config that controls the color of tadkbar panel icons
Code: Select all
window#panel { -GtkWidget-direction: bottom;
border-radius: 0;
# color: rgba(17, 17, 17, 0.73); ## This line
}
I still can't get my script to run at start up. I have tried ~/.config/autostart and /etc/xdg/autostart. Even put a 5 second delay but no luck.