Reply To: "No Wallpaper" option permanent

Forum › Forums › New users › New Users and General Questions › "No Wallpaper" option permanent › Reply To: "No Wallpaper" option permanent

#6961
andfree
Member

    Sorry that I didn’t understand (even after the clarification) something so obvious. It worked. I reduced the RAM consumption by 3 M. Many thanks for the help.

    To sum up the topic: I wanted to replace the background image with black color, so as to reduce the RAM consumption, but the wallpaper changes for min- sessions don’t stay after reboot. To make it stay, I followed these two steps:
    1) I removed the /usr/share/slim/themes/antiX/background.jpg. I did so by renaming it:

    sudo mv /usr/share/slim/themes/antiX/background.jpg /usr/share/slim/themes/antiX/background.jpg_bak

    2) I ran:

    sudo geany /usr/share/slim/themes/antiX/slim.theme

    I specified background_style and background_color as below and saved the file:

    background_style color
    background_color #000000

    After these changes, I rebooted into my min-icewm session, and my new black-colored background is here.