Skip to content
Update how recbox work authored by Projekt:Root's avatar Projekt:Root
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
**Scripts used by RecBox:** **Scripts used by RecBox:**
* [rb-center.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#rb-centersh) * [rb-center.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#rb-centersh)
* [rb-control.sh](url) * [rb-control.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#rb-controlsh)
* [rb-darkmode.sh](url) * [rb-darkmode.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#rb-dark-modesh)
* [rb-workflow.sh](url) * [rb-workflow.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#rb-workflowsh)
* [scripts-box.sh](url) * [scripts-box.sh](url)
* [rtc.sh](url) * [rtc.sh](url)
* [hpet.sh](url) * [hpet.sh](url)
...@@ -208,27 +208,24 @@ xfconf-query -c xsettings -p /Net/ThemeName -s Matcha-dark-sea ...@@ -208,27 +208,24 @@ xfconf-query -c xsettings -p /Net/ThemeName -s Matcha-dark-sea
xfconf-query -c xsettings -p /Net/IconThemeName -s Flat-Remix-Dark xfconf-query -c xsettings -p /Net/IconThemeName -s Flat-Remix-Dark
... ...
``` ```
Also, you need to remember to change string in THEME=. grep is looking for words contained here to compare it with output. When output is same as "test sample", script change theme to dark variant. If is different, light theme will be set up. Also, you need to remember to change string in **THEME=**. grep is looking for words contained here to compare it with output. When output is same as "test sample", script change theme to dark variant. If is different, light theme will be set up.
# rb-workflow.sh # rb-workflow.sh
Modes changing and Bare Metal option in obmenu. Modes changing and Bare Metal option in obmenu.
scripts-box.sh - here you can find all scripts working with Zenity, Rofi and Update options. # scripts-box.sh
rtc.sh - here you can change how much you want increase/decrease RTC (Real-time clock) value. This script is executed on start by rtc.service (etc/systemd/system). Here you can find all scripts working with Zenity, Rofi and Update options.
hpet.sh - here you can change how much you want increase/decrease HPET (High Precision Event Timer) value. This script is executed on start by hpet.service (etc/systemd/system).
folder-colors.sh - script for changing Flat Remix folder colors. # rtc.sh - here you can change how much you want increase/decrease RTC (Real-time clock) value. This script is executed on start by rtc.service (etc/systemd/system).
folder-color-chooser.sh - GUI front end for folder-colors.sh
tibutts.sh - this script is responsible for menu displayed when button in tint2 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 button to tint2 panel). # hpet.sh - here you can change how much you want increase/decrease HPET (High Precision Event Timer) value. This script is executed on start by hpet.service (etc/systemd/system).
polybutts.sh - 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. # tibutts.sh - this script is responsible for menu displayed when button in tint2 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 button to tint2 panel).
# polybutts.sh - 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.
Other # Other
▰▰▰▰▰
Removing/adding pamac-update to system tray: Removing/adding pamac-update to system tray:
▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰ ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰
... ...
......