Miles Alan
ce50d0aef7
Re-enable notifications monitor
4 years ago
Miles Alan
faf9bfc48d
Refactor notifications work to use 1 interface for writing notifs & use dates
...
Summary of changes:
1. Always use the sxmo_notificationwrite.sh script to write notifications
rather then sometimes using echo to the DIR
2. Reorder args for notiffile spec to be action as 1st line, watchfile 2nd, and
rest as msg; this way msg can be multiple lines without propogating bugs
3. Write calls as a standard notification via sxmo_notificationwrite.sh
4. Use datestamps from notification files instead of filename, this way (3)
works without extra logic
5. Various style fixes
4 years ago
iressa
e6635ba7ef
Notification patch v4
4 years ago
Miles Alan
dcf5ddd77c
Fix shellcheck for sxmo_urlhandler.sh
4 years ago
Miles Alan
1461509fd0
Add option to invert colorscheme in config menu
4 years ago
Julian P Samaroo
68ff670338
Fixed bug in sxmo_vol.sh setvol
4 years ago
Miles Alan
b7b2fa495a
Add Close Menu entry to sxmo_urlhandler.sh menu
4 years ago
Miles Alan
bc10d502bd
Remove keynav daemon - this is only relevant for desktop usage..
4 years ago
Miles Alan
d07b542840
Show Htop in application menu if present
4 years ago
Miles Alan
a203bbfe85
In sxmo_appmenu.sh & sxmo_urlhandler.sh only show entries if program installed
...
E.g. so if you don't have firefox installed it won't show up in menus
4 years ago
Miles Alan
4362eacde2
sxmo_modemtext.sh - use variable name $CONTACT rather then $TDIR
4 years ago
Anjandev Momi
a8910cb2c6
text: show logfiles in order of last contacted (use sxmo_contacts.sh)
4 years ago
Miles Alan
91c77cec6c
Actually source custom xinit so that ENV vars are properly exported
4 years ago
Miles Alan
e20a467976
Bump up sxmo_appmenu.sh to allow 16 entries
...
To allow surf to show all entries in one page.. this is the
max we can allow without running into keyboard
4 years ago
Miles Alan
5c1e382505
Run sxmo_lisgdstart.sh instead of lisgd in sxmo_lock.sh
4 years ago
Maarten van Gompel
113f756eb1
Adding a wrapper around sxmo_screenlock, with lock/unlock hooks. Allow setting a target state for sxmo_screenlock, and cleanup on sigterm. Added lock/suspend options to the power menu.
...
Should be applied after my prior patches from today.
4 years ago
Maarten van Gompel
ace9960926
Made choice for virtual keyboard configurable through the $KEYBOARD environment variable.
...
This implements what was suggested in the discussion regarding the svkbd
patch, it makes the choice of virtual keyboard configurable using the
$KEYBOARD variable, rather than hard-coding it.
4 years ago
Julian P Samaroo
293bf69871
Add Power menu to appmenu
...
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Miles Alan
c100262d4f
Remove shellcheck error in sxmo_appmenu.sh
4 years ago
Miles Alan
3e23624651
Fix typo in sxmo_modemtext.sh
4 years ago
Anjandev Momi
92c368c01f
allow texting over ssh terminal
...
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Maarten van Gompel
bfdbe29c0b
added deeper context menus for vim/vis, nano, tuir, ncmpcpp, w3m
...
This patch looks at whatever application is running inside the st terminal.
and presents a more fine-tuned context menu based on it. It does so by
parsing WM_NAME.
Supported for the moment: vim/vis, nano, tuir, ncmpcpp, w3m
This probably won't work if you're in a terminal multiplexer like
screen/tmux, unless it's configured to propagate the name of running
application.
This patch is to be applied **after** my patch for feh/sxiv from earlier today (not included in this patch)
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Miles Alan
03025fae5d
Delete exit entries from Sxiv / Feh - this should be done via btns or globally
4 years ago
Miles Alan
36520d487e
Change ring hook location to ~/.config/sxmo/hooks/ring
4 years ago
Dmytro
9378530a1b
Ringing sound configurable
...
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Anjandev Momi
92e185b888
Add XDG user directories and env variables
...
This patch adds the rest of XDG user directories as per XDG base directory
specification.
https://wiki.archlinux.org/index.php/XDG_Base_Directory
This fixes launching anbox on sxmo. Furthermore, it makes sure $XDG_RUNTIME_HOME
has the correct permissions.
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Maarten van Gompel
d4cb102c85
added app context menu for feh and sxiv (image viewers)
...
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Miles Alan
5c4c6c15e2
Refactor xinit to be more structured and set $EDITOR if unset to vis
4 years ago
Miles Alan
d2ee25d724
Allow viewing cached RSS feeds via toggling on/off fetch option
4 years ago
Stephen Paul Weber
a50f1d3093
Allow easily searching in the page from surf menu
...
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Miles Alan
0801bb1adb
Restructure configs into seperate folder
4 years ago
Miles Alan
d713b19199
Use sxmo_statusbarupdate.sh script instead of direct calls duplicated logic
4 years ago
Miles Alan
87c99ec024
Use USR1 signal instead of update file for updating statusbar
4 years ago
Miles Alan
f448f3c444
Source rather than just run the user's custom xinit file; allows exporting ENV
4 years ago
Miles Alan
4fe129882d
Fix weather hourly forecast time for <12hr times
4 years ago
Anjandev Momi
fe24fec53d
make files dmenu case insensitive
...
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Anjandev Momi
0013ea3d73
files: if folder name longer than 7 characters, truncate
...
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Miles Alan
f25bb821ba
Fix loop for sxmo_weather.sh
4 years ago
Miles Alan
57f6e5897e
Loop reddit script and use URL handler script with fork
4 years ago
Miles Alan
7a9ec120e1
Fork urlhandler program if run with fork option and pass opt in RSS script
4 years ago
Miles Alan
fe15eb6755
Loop weather script fetch/display logic
4 years ago
Miles Alan
95e36ccec2
Loop RSS script so that you can launch multiple items without reopening
4 years ago
Miles Alan
e0067998c8
Always kick mpv to use -ao=alsa; prevents alsa from trying to use pulse
4 years ago
Miles Alan
9919f49d82
Modify weather script to pull hourly data and format in tables
4 years ago
Anjandev Momi
07119a7085
make dmenus with contact names case insensitive
...
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Maarten van Gompel
63d5ec3f7d
added wireless symbol to bar if wireless is connected
...
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Miles Alan
435a1e74f1
Create empty file for contactsfile if missing
4 years ago
Miles Alan
a011bed9b8
Ensure shellcheck passes
4 years ago
Miles Alan
888ccc53a3
Add Foxtrotgps back to programs menu
4 years ago
Daniel Edgecumbe
e648f73291
smxo_appmenu.sh: Use 'which' to kill pre-existing instances
...
We may have 'sxmo_appmenu.sh' in the full commandline of other tools
which we don't want to kill, for example lisgd arguments.
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago