Openbox RebornOS

I installed RebornOS with Openbox and it just installs bare bone Openbox with nothing like that shown in RebornOS fire . So do I have to manually setup tint2 etc ?

Tint2 should be installed I’ll have a look. it’s possible you just need to start Tint panel from the right click menu

RebornOS fire installs just default desktops - i.e. OpenBox. However on screens You can see customized (riced) ones. For Openbox please see GitHub - owl4ce/dotfiles: Aesthetic OpenboxWM Environment - there You will find instructions how to rice Openbox to look as on the screens.

1 Like

open text editor save as autostart and open

These things are run when an Openbox X Session is started.

You may place a similar script in $HOME/.config/openbox/autostart

to run user-specific things.

If you want to use GNOME config tools…

#if test -x /usr/lib/openbox/gnome-settings-daemon >/dev/null; then

/usr/lib/openbox/gnome-settings-daemon &

#elif which gnome-settings-daemon >/dev/null; then

gnome-settings-daemon &

#fi

If you want to use XFCE config tools…

#xfce-mcs-manager &

Set resolution

xrandr --size 1366x768 &

Set the wallpaper

hsetroot -full /home/ken/wallpaper.jpg &

A panel for good times

tint2 &

Start conky

conky &

Start tilda

tilda &