Skip to content
Update how recbox work authored by Projekt:Root's avatar Projekt:Root
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* [hpet.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#hpetsh) * [hpet.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#hpetsh)
* [tibutts.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#tibuttssh) * [tibutts.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#tibuttssh)
* [polybutts.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#polybuttssh) * [polybutts.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#polybuttssh)
* [player-cmus.sh](url) * [player-cmus.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#player-cmussh)
**Other:** **Other:**
* [removing/adding pamac-update to system tray](url) * [removing/adding pamac-update to system tray](url)
...@@ -236,22 +236,19 @@ This script is responsible for menu displayed when button in polybar panel is cl ...@@ -236,22 +236,19 @@ This script is responsible for menu displayed when button in polybar panel is cl
## player-cmus.sh ## player-cmus.sh
A script that displays information about the current track (artist, title, position, duration). Original script here. A script that displays information about the current track (artist, title, position, duration). Original script and Author [here](https://github.com/x70b1/polybar-scripts/tree/master/polybar-scripts/player-cmus).
# Other # Other
Removing/adding pamac-update to system tray: ## Removing/adding pamac-update to system tray:
▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰
Open pamac-manager and go to the **Preferences** and disable or enable Check for updates option. Open pamac-manager and go to the **Preferences** and disable or enable Check for updates option.
Removing/adding network applet to system tray: ## Removing/adding network applet to system tray:
▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰
Click Desktop in panel and in Network applet choose what you need. Click Desktop in panel and in Network applet choose what you need.
Enable/disable touchpad script configuration: ## Enable/disable touchpad script configuration:
▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰
Touchpad script will not work if you don't have define touchpad model. Open scripts-box.sh (line 272) in /usr/bin/ folder and follow contained instructions. Touchpad script will not work if you don't have define touchpad model. Open scripts-box.sh (line 272) in /usr/bin/ folder and follow contained instructions.
``` ```
...@@ -261,9 +258,9 @@ nano /usr/bin/scripts-box.sh ...@@ -261,9 +258,9 @@ nano /usr/bin/scripts-box.sh
" Enable TouchPad") xinput set-prop "Your touchpad model" "Device Enabled" 1 ;; " Enable TouchPad") xinput set-prop "Your touchpad model" "Device Enabled" 1 ;;
" Disable TouchPad") xinput set-prop "Your touchpad model" "Device Enabled" 0 ;; " Disable TouchPad") xinput set-prop "Your touchpad model" "Device Enabled" 0 ;;
```
Adding new item to jgmenu: ## Adding new item to jgmenu:
▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰
This is pretty simple so no worries just open RecBox Center and choose Edit Audio Software. Opened file contain all items from Audio Plugins, Audio Production, Audio Tools and Hardware Configuration. Just delete or add what you need. This is pretty simple so no worries just open RecBox Center and choose Edit Audio Software. Opened file contain all items from Audio Plugins, Audio Production, Audio Tools and Hardware Configuration. Just delete or add what you need.
...@@ -275,11 +272,8 @@ If you're not sure how to execute software, go to /usr/share/application and edi ...@@ -275,11 +272,8 @@ If you're not sure how to execute software, go to /usr/share/application and edi
Sometimes installed software don't have icon so you need to add it manually. Sometimes installed software don't have icon so you need to add it manually.
In that case I usually use "applications-multimedia" but you can choose what you like. Go to /usr/share/icons/Flat-Remix/categories/scalable/ and pick one. In that case I usually use "applications-multimedia" but you can choose what you like. Go to /usr/share/icons/Flat-Remix/categories/scalable/ and pick one.
Changing window tiling: ## Changing window tiling:
▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰
If you're not happy with default window tiling for one or more programs, or you want to add some go to rc.xml file in ~/.config/openbox and remove/add what you like. If you're not happy with default window tiling for one or more programs, or you want to add some go to rc.xml file in ~/.config/openbox and remove/add what you like.
Options responsible for displaying windows on desktop are under 877 line. They're covers most of available options, so just mimic them for your setup. Remember to copy new set up with Meld help up to alternative-rc.xml, daily-rc.xml and studio-rc.xml in otherwise all changes will be overwritten by those files when you change Work Flow mode. Options responsible for displaying windows on desktop are under 877 line. They're covers most of available options, so just mimic them for your setup. Remember to copy new set up with Meld help up to alternative-rc.xml, daily-rc.xml and studio-rc.xml in otherwise all changes will be overwritten by those files when you change Work Flow mode.
\ No newline at end of file
\ No newline at end of file