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
Modes changing and Bare Metal option in obmenu.
scripts-box.sh - here you can find all scripts working with Zenity, Rofi and Update options.
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).
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).
# scripts-box.sh
Here you can find all scripts working with Zenity, Rofi and Update options.
folder-colors.sh - script for changing Flat Remix folder colors.
folder-color-chooser.sh - GUI front end for folder-colors.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).
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.
# 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).
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.