Skip to content
Update how recbox work authored by Projekt:Root's avatar Projekt:Root
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
* [rb-control.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#rb-controlsh) * [rb-control.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#rb-controlsh)
* [rb-darkmode.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#rb-dark-modesh) * [rb-darkmode.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#rb-dark-modesh)
* [rb-workflow.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#rb-workflowsh) * [rb-workflow.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#rb-workflowsh)
* [scripts-box.sh](url) * [scripts-box.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#scripts-boxsh)
* [rtc.sh](url) * [rtc.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#rtcsh)
* [hpet.sh](url) * [hpet.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#hpetsh)
* [tibutts.sh](url) * [tibutts.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#tibuttssh)
* [polybutts.sh](url) * [polybutts.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#polybuttssh)
* [player-cmus.sh](url) * [player-cmus.sh](url)
**Other:** **Other:**
...@@ -234,7 +234,9 @@ This script is responsible for menu displayed when button in tint2 panel is clic ...@@ -234,7 +234,9 @@ This script is responsible for menu displayed when button in tint2 panel is clic
This script is responsible for menu displayed when button in polybar panel is clicked. If you want to add/remove item/menu, make changes here. To add new menu pick one from existing and use it as a template (remember to add module to polybar panel). In difference of tint2 panel you need to set menu_margin_x and menu_margin_y to set menu position. This script is responsible for menu displayed when button in polybar panel is clicked. If you want to add/remove item/menu, make changes here. To add new menu pick one from existing and use it as a template (remember to add module to polybar panel). In difference of tint2 panel you need to set menu_margin_x and menu_margin_y to set menu position.
## player-cmus.sh - A script that displays information about the current track (artist, title, position, duration). Original script here. ## player-cmus.sh
A script that displays information about the current track (artist, title, position, duration). Original script here.
# Other # Other
... ...
......