apps: add Cozy

Cozy is an audiobook player:
<https://github.com/geigi/cozy>

it works well in portrait mode. in landscape mode the controls at the
bottom of the screen (play/pause/seek/speed) might not be visible on
small displays unless SXMO_SWAY_SCALE is reduced or some other mechanism
is used to avoid scaling the application.

Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
2023-11-21 22:29:21 +00:00
committed by Maarten van Gompel
parent 46b64a713a
commit af7890dfdf

View File

@@ -34,6 +34,7 @@ write_line_app gnome-calculator "$icon_clc Calculator" "gnome-calculator"
write_line_app calcurse "$icon_clk Calcurse" "sxmo_terminal.sh calcurse"
write_line_app chatty "$icon_msg Chatty" "chatty"
write_line_app cmus "$icon_mus Cmus" "sxmo_terminal.sh cmus"
write_line_app com.github.geigi.cozy "$icon_mus Cozy" "com.github.geigi.cozy"
write_line_app dino "$icon_msg Dino" "GDK_SCALE=1 dino"
write_line_app dolphin "$icon_dir Dolphin" "dolphin"
write_line_app emacs "$icon_edt Emacs (Terminal)" "sxmo_terminal.sh emacs -nw"