fixed rc-update typo
Signed-off-by: Anjandev Momi <anjan@momi.ca>
ocr_roi.sh commit & README.md update
Signed-off-by: Anjandev Momi <anjan@momi.ca>
Updated readme with the latest files i did commit.
Signed-off-by: Anjandev Momi <anjan@momi.ca>
start and stop ssh from a userscript. it will ask for sudo password. change "path_of_script" to get toggle knob icon working.
Signed-off-by: Anjandev Momi <anjan@momi.ca>
Two scripts to check how many data you used monthly & daily. Needs vnstat to be install and vnstatd service running.
Signed-off-by: Anjandev Momi <anjan@momi.ca>
add basic userscript for airplanemode
Signed-off-by: Anjandev Momi <anjan@momi.ca>
sxmo_weather.sh
This is a modified sxmo_waether.sh script to include worldwide functionality.
Signed-off-by: hazardchem <pthom44@live.com.au>
Signed-off-by: Anjandev Momi <anjan@momi.ca>
sxmo_websearch.sh: Modified sxmo_websearch.sh to include functionality for a bookmarks file.
Needs a tsv file located at ~/.config/sxmo/bookmarks.tsv to utilise the
additional functionality
Included example file for reference.
Signed-off-by: hazardchem <pthom44@live.com.au>
Signed-off-by: Anjandev Momi <anjan@momi.ca>
scripts: Fancy Alarm - alarm.sh and env_variables_alarm.sh The combination of these 2 files allows a cron alarm to have a notification with sxmo_notificationwrite.sh and will stop the alarm and remove the sleep lock on dismissal of the banner.
Requires both files to work correctly:
env_variables_alarm.sh will create a file for env variables to be saved
as I couldn't find a way to look up DBUS_SESSION_BUS_ADDRESS as this
changes every boot and is needed to make the notifcation work. This script
needs to be called from sway on boot with the following:
exec "/home/$USER/.config/sxmo/env_variables_alarm.sh"
alarm.sh will set the volume and create a notification before playing
a file, I have allowed the file to be passed as an arguement instead of
just being hard coded in. Still requires sxmo_rtcwake.sh to pull out of
sleep.
Signed-off-by: hazardchem <pthom44@live.com.au>
Signed-off-by: Anjandev Momi <anjan@momi.ca>
Add sxmo_invidious.sh
This script is a composition of multiple scripts I had for a long time.
Main menu :
Close Menu
Search
Manage subscriptions
Update
Then it list all videos from all your subscriptions. Viewed videos are
prefixed with
Search menu :
Here you can search videos or playlists. It keep track of your
history for both modes.
Manage subscriptions menu :
Here a list of your subscriptions. You can add new subcriptions with a new
dedicated search menu. You can also remove subscriptions.
Update :
Will update all your subscriptions videos using rss urls.
It use a composition of sfeeds to subscribe rss channels flux and
invidious api to follow and search videos and playlists.
Every playing video url are proxied to invidious instances. We use
invidious api to search playlist and videos. The only calls we make
directly to youtube.com are on the channels rss urls to not duplicate
rss entries if you change invidious instance.
Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Anjandev Momi <anjan@momi.ca>
Modified script for tool versatility
Signed-off-by: Anjandev Momi <anjan@momi.ca>
appstore: adjust for new hook location
Signed-off-by: Anjandev Momi <anjan@momi.ca>
fancy sms: sms2email, sms2irc, and wakeup hack
Signed-off-by: Anjandev Momi <anjan@momi.ca>
Scale Display: Better keyboard enable, and notify when not in sway
Signed-off-by: Stacy Harper <contact@stacyharper.net>
Update and enhance musicpd.sh
scale_display.sh: Add description to readme
Added scale_display.sh
A simple script that let's you select the scale factor of the device's
display.
Signed-off-by: Anjandev Momi <anjan@momi.ca>