Skip to content

Commit

Permalink
re-org
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch committed Sep 5, 2021
1 parent 3a3ff8a commit 336207a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install-scripts/4-server/files/bbn-launcher/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
{name: 'chess', title: 'Chess', img: 'chess', bg: 'Tan', cmd: 'onlyone', args: ['gnome-chess']},
{name: 'cards', title: 'Cards', img: 'cards', bg: 'SaddleBrown', cmd: 'onlyone', args: ['openpref']},
{name: 'webcam', title: 'Web Cam', img: 'camera', bg: 'SeaGreen', cmd: 'onlyone', args: ['cheese']},
{name: 'messenger', title: 'Messenger', img: 'email', bg: 'RoyalBlue', cmd: 'onlyone', args: ['caprine']},
{name: 'messenger', title: 'Messenger', img: 'email', bg: 'RoyalBlue', cmd: '/opt/WA-Web-Msg/WA-Web-Msg', args: []},
{name: 'social', title: 'Social', img: 'facebook', bg: 'DarkSeaGreen', cmd: '/opt/facebook/facebook', args: []},
],

Expand All @@ -48,6 +48,7 @@ module.exports = {

{name: 'edu', title: 'Education', img: 'school', bg: 'SeaGreen', cmd: '/opt/Nauticed/Nauticed', args: []},
{name: 'movies', title: 'Movies', img: 'camera', bg: 'Olive', cmd: 'onlyone', args: ['vlc']},
{name: 'caprine', title: 'Caprine', img: 'email', bg: 'RoyalBlue', cmd: 'onlyone', args: ['caprine']},
// {name: 'ipcam', title: 'IP Camera', img: 'camera', bg: 'SeaGreen', cmd: 'onlyone', args: ['vlc', 'rtsp://<ip-camera-host-or-ip>/channel1']},
],

Expand Down

0 comments on commit 336207a

Please sign in to comment.