Skip to content
Update how recbox work authored by Projekt:Root's avatar Projekt:Root
......@@ -108,15 +108,27 @@ So, if you want change something in panel theming, add or remove something from
For jgmenu there are two directories you need to learn:
`.config/openbox/jgmenu-theme-configs/`
* dark-jgmenu
* dark-prepend.csv
* light-jgmenu
* light-prepend.csv
```
.
├── dark-jgmenu
├── dark-prepend.csv
├── light-jgmenu
├── light-prepend.csv
├── sidemenu-dark-rc
└── sidemenu-light-rc
0 directories, 6 files
```
`.config/jgmenu/`
* append.csv
* jgmenurc
* prepend.csv
```
.
├── append.csv
├── jgmenurc
└── prepend.csv
0 directories, 3 files
```
**dark-jgmenu** and **light-jgmenu** - configs from these files will be pasted to jgmenurc
dark-prepend.csv and light-prepend.csv - configs from these files will be pasted to prepend.csv
......
......