*[removing/adding pamac-update to system tray](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#removingadding-pamac-update-to-system-tray)
*[removing/adding network applet to system tray](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#removingadding-network-applet-to-system-tray)
@@ -78,28 +80,24 @@ Learn System-Setup.pdf in Documentation.
This part can seem to be complicated but it's pretty easy to get the idea.
One of main goals is to have one system for daily use and recording without creating new user or partition for second OS for recording. That's why we have extra config files in RecBox. If we're changing mode from Daily to Studio that configuration files are copy pasted via rb-workflow.sh script so there is no magic behind, just a simple copy paste shell script.
So, if you want change something in panel theming, add or remove something from autostart etc you need to follow this concept.
One of main goals is to have one system for daily use and recording without creating new user or partition for second OS for recording. That's why we have extra config files in RecBox. If we're changing mode from Daily to Studio that configuration files are copy pasted via rb-workflow.sh script so there is no magic behind, just a simple copy paste shell script and bunch of sed commands.
So, if you want change something in panel theming, add or remove something from autostart etc you need to do these in workflow script and config files stored in ~/.config/openboks/obconfigs/ directory.
**Main directory where this files are stored is**`.config/openbox/obconfigs/`
* alternative-rc.xml
* autostart.alternative
* autostart.daily
* autostart.studio
* cpupower.daily
* cpupower.default
* cpupower.studio
* daily-rc.xml
* grub.daily
* grub.studio
* ob-autostart.config.alternative
* ob-autostart.config.normal
* rofi-dark
* rofi-light
* studio-rc.xml
```
.
├── asoundrc.daily
├── asoundrc.studio
├── cpupower.daily
├── cpupower.default
├── cpupower.studio
├── grub.daily
├── grub.default
└── grub.studio
0 directories, 8 files
```
`-rc.xml` - these files are configs for openbox wm. If you want change something permanently for one of the mode you need to add changes there. When you change something in *.config/openbox/rc.xml* configuration will be overwritten when you change Mode. You can add changes directly via text editor to for example studio-rc.xml or make changes in active configuration using Meld to compare *.config/openbox/rc.xml* with *.config/openbox/obconfigs/studio-rc.xml*.