diff options
| author | awy <awy@awy.one> | 2025-11-03 01:27:15 +0300 | 
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-03 01:27:15 +0300 | 
| commit | 8ec578520e5544b9a56ab7df8e3b8b40f2376c40 (patch) | |
| tree | 72e0a1bfd2af91663a0dc8d7e1e2b31e9b600946 /rice.sh | |
| parent | 4eba1a385ec9e3e6479ba0ff924709ef94c7021a (diff) | |
| download | hyprdots-8ec578520e5544b9a56ab7df8e3b8b40f2376c40.tar.gz | |
ewww
Diffstat (limited to 'rice.sh')
| -rwxr-xr-x | rice.sh | 15 | 
1 files changed, 10 insertions, 5 deletions
@@ -133,12 +133,17 @@ echo "*/30 * * * * export DBUS_SESSION_BUS_ADDRESS=\$(rg --null-data \"DBUS_SESS  */10 * * * * export DBUS_SESSION_BUS_ADDRESS=\$(rg --null-data \"DBUS_SESSION_BUS_ADDRESS\" \"/proc/\$(pgrep -x waybar)/environ\" | sed 's/DBUS_SESSION_BUS_ADDRESS=//'); /home/$PERMUSER/.local/bin/cron/mailup" | run_as_user crontab -  cd /home/"$PERMUSER" -# run_as_user git clone https://git.awy.one/autofox -# cd autofox -# run_as_user ./configure_firefox.sh -# cd /home/"$PERMUSER" +run_as_user git clone https://git.awy.one/autofox +cd autofox +run_as_user ./configure_icecat.sh +cd /home/"$PERMUSER" +rm -rf autofox -# rm -rf autofox +run_as_user git clone https://git.awy.one/statusbar +cd statusbar +run_as_user make +cd /home/"$PERMUSER" +rm -rf statusbar  # MPV  thumbfastlua_url=https://raw.githubusercontent.com/po5/thumbfast/refs/heads/master/thumbfast.lua  |