1
0
mirror of https://github.com/kepler155c/opus synced 2024-06-16 02:10:01 +00:00

app icons

This commit is contained in:
kepler155c@gmail.com 2019-07-07 01:14:39 -04:00
parent cf87c29cf6
commit 86cd6e3c0e
4 changed files with 14 additions and 8 deletions

View File

@ -20,7 +20,7 @@ local tab = UI.Tab {
drives = UI.ScrollingGrid { drives = UI.ScrollingGrid {
x = 2, y = 1, x = 2, y = 1,
ex = '47%', ey = 8, ex = '47%', ey = -7,
columns = { columns = {
{ heading = 'Drive', key = 'name' }, { heading = 'Drive', key = 'name' },
{ heading = 'Side' ,key = 'side', textColor = colors.yellow } { heading = 'Side' ,key = 'side', textColor = colors.yellow }
@ -29,7 +29,7 @@ local tab = UI.Tab {
}, },
infos = UI.Grid { infos = UI.Grid {
x = '52%', y = 2, x = '52%', y = 2,
ex = -2, ey = 8, ex = -2, ey = -4,
disableHeader = true, disableHeader = true,
unfocusedBackgroundSelectedColor = colors.black, unfocusedBackgroundSelectedColor = colors.black,
inactive = true, inactive = true,
@ -41,16 +41,16 @@ local tab = UI.Tab {
}, },
progress = UI.ProgressBar { progress = UI.ProgressBar {
x = 11, y = 10, x = 11, y = -2,
ex = -2, ex = -2,
}, },
percentage = UI.Text { percentage = UI.Text {
x = 11, y = 11, x = 11, y = -1,
ex = -2, ex = -2,
align = 'center', align = 'center',
}, },
icon = UI.NftImage { icon = UI.NftImage {
x = 2, y = 10, x = 2, y = -5,
image = NFT.parse(NftImages.blank) image = NFT.parse(NftImages.blank)
}, },
} }

View File

@ -8,7 +8,7 @@ fs.delete('sys/network')
fs.delete('startup') fs.delete('startup')
fs.delete('sys/apps/system/turtle.lua') fs.delete('sys/apps/system/turtle.lua')
fs.delete('sys/autorun/gps.lua') fs.delete('sys/autorun/gps.lua')
fs.delete('sys/autorun/gpsHost.lua') fs.delete('sys/autorun/gpshost.lua')
fs.delete('sys/apps/network/redserver.lua') fs.delete('sys/apps/network/redserver.lua')
if fs.exists('sys/apis') then fs.delete('sys/apis') end if fs.exists('sys/apis') then fs.delete('sys/apis') end
fs.delete('sys/autorun/apps.lua') fs.delete('sys/autorun/apps.lua')

View File

@ -100,6 +100,12 @@
\030 \031f\030f\0318\143\133\0312\136\0302\031f\159\159\143\131\030f\0312\132", \030 \031f\030f\0318\143\133\0312\136\0302\031f\159\159\143\131\030f\0312\132",
run = "pain", run = "pain",
}, },
[ "6a381ca189cbddd63737cbaf6e8b593844ce467ba52b1c5e5e05d8f29864385d" ] = {
title = "Sniff",
category = "Apps",
icon = "\31\102\128\128\128\128\31\53\149\30\53\31\102\154\30\102\31\53\137\10\30\52\31\102\159\31\52\128\128\30\102\144\31\53\130\30\53\31\102\155\140\10\31\52\151\30\52\31\102\148\30\102\31\52\151\30\52\31\102\148\30\102\128\128\128",
run = "Sniff.lua",
},
[ "01c933b2a36ad8ed2d54089cb2903039046c1216" ] = { [ "01c933b2a36ad8ed2d54089cb2903039046c1216" ] = {
title = "Enchat", title = "Enchat",
icon = "\030e\031f\151\030f\031e\156\0311\140\0314\140\0315\140\031d\140\031b\140\031a\132\ icon = "\030e\031f\151\030f\031e\156\0311\140\0314\140\0315\140\031d\140\031b\140\031a\132\

View File

@ -33,7 +33,7 @@ end
function Packages:downloadList() function Packages:downloadList()
local packages = { local packages = {
[ 'develop-1.8' ] = 'https://pastebin.com/raw/WhEiNGZE', [ 'develop-1.8' ] = 'https://raw.githubusercontent.com/kepler155c/opus-apps/develop-1.8/packages.list',
[ 'master-1.8' ] = 'https://pastebin.com/raw/pexZpAxt', [ 'master-1.8' ] = 'https://pastebin.com/raw/pexZpAxt',
} }