Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
This project is archived. Its data is
read-only
.
Changes
Page history
Update how recbox work
authored
Aug 21, 2019
by
Projekt:Root
Show whitespace changes
Inline
Side-by-side
how-recbox-work.md
View page @
c79e4f58
...
...
@@ -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
...
...
...
...