Skip to content
Update how recbox work authored by Projekt:Root's avatar Projekt:Root
......@@ -27,7 +27,7 @@
* [player-cmus.sh](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#player-cmussh)
**Other:**
* [changing themes]()
* [changing themes](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#changing-themes)
* [window tiling]()
* [removing/adding pamac-update to system tray](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#removingadding-pamac-update-to-system-tray)
* [removing/adding network applet to system tray](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#removingadding-network-applet-to-system-tray)
......@@ -206,7 +206,7 @@ Here you can find scripts for volume, brightness and battery:
By default script is set to use ALSA but if you want to use PulseAudio, comment ALSA scripts and uncomment Pulse audio.
## rb-dark-mode.sh
a simple scrip using xfconf-query, cp , sed and grep to switch theme from light variant to dark. Theme shift is permanent, which means that changes will stay after logout or shutdown. Read more in [changing themes]()
a simple scrip using xfconf-query, cp , sed and grep to switch theme from light variant to dark. Theme shift is permanent, which means that changes will stay after logout or shutdown. Read more in [changing themes](https://gitlab.com/ProjektRoot/recbox-dev/wikis/how-recbox-work#changing-themes)
```
...
xfconf-query -c xsettings -p /Net/ThemeName -s Matcha-dark-sea
......
......